Module disappearing when rezizing window

GK User
Sat Jul 19, 2014 3:07 pm
Hey guys!

http://www.cool-o-mat.com/zentrum/cms/

I have published a logo to the former Top Menu-position of storefront template.
Worked out fine so far.

But: If I resize the window to mobile format the logo disappears.
How can I get the TOP MENU position to be visible on all screen sizes and not disappear?

Thank you very much for your support!
User avatar
Expert Boarder

GK User
Mon Jul 21, 2014 11:26 am
TopMenu position is designed to consist menu - and as the template is designed as RWD - on mobile devices standard menu should disappear and be available only via "hamburger" icon. That is why I would suggest to create a custom module position for your purpose, but if you don't care about semantics, you can simply edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkTopMenu {
display: block !important;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator


cron