Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Problems with SmartMenus

Home Forums Older releases 0.9.x Problems with SmartMenus Reply To: Problems with SmartMenus

#2418
admin
Keymaster

Hi,

I guess while customizing the theme you have paid attention just to the desktop layout. So now basically you will need to include additional rules at the end of the theme CSS file (in the “Responsiveness” section) in a media query like this:


@media screen and (max-width: 640px) {
	/* additional rules here ... */
}

that will fix any issues your customizations have produces on small screens.