Educon 2 Megamenu Or Off-canvas Menu Not Showing With Resolution 992-1200 Px - Question | JoomShaper

Educon 2 Megamenu Or Off-canvas Menu Not Showing With Resolution 992-1200 Px

RL

Riku Lahteenmaki

Template 10 months ago

Testing different resolutions I found out that the Educon 2 template is not showing menus with resolution between 992px and 1200px.

On your showcase Educon 2 pages this does not happen though (https://www.joomshaper.com/joomla-templates/educon-ii).

Please check the site given in the hidden field.

0
6 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177792

Sorry my mistake, I am tired after whole day...

Try that for [=] menu, a totally new CSS code, remove old one.

@media screen and  (max-width: 1200px) {
#sp-header #offcanvas-toggler.mega { display: flex !important;}
}
0
RL
Riku Lahteenmaki
Accepted Answer
10 months ago #177799

This one works fine, thanks again for the quick response.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177783

Hi Riku,

Indeed, it's a bug, sorry for that.

In your case, becuase you have so many menu items, the best way will be to force display mobile menu [=] faster.

0
RL
Riku Lahteenmaki
Accepted Answer
10 months ago #177786

Hi Paul,

I did that, but now there are two separate mobile menus, the extra one (on the left next to the logo) showing with resolutions less than 1200px, and the 'normal' one showing with less than 992px.

In addition, on those pages, where I fixed the Image Content addons to the 'Left' image position and reduced column number to one, these addons behave oddly, when resolution is between 992 and 1200px.

See the page in the hidden area. The top two Image Content addons work fine, but under them are the ones, which I edited, and now they have the odd behaviour.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #177791

About Image Content - there is mistake in Column Width settings (!) .

In columns above you have md-12 (good) and in those "broken" you set "md-4" (wrong) - correct that and will be OK

example from my site! to show you where to look info_2919_2024.gif

compare what you set in above columns and do the same below.

0
RL
Riku Lahteenmaki
Accepted Answer
10 months ago #177797

Thanks Paul,

Indeed, Tablet Landscape width was wrong in column settings.

0