- This topic has 3 replies, 2 voices, and was last updated 3 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Full Page Menu Issue
I am having an issue with menu not expanding on SKT Full Page. Is there a way to make it expand downward when entering submenus? Currently it causes a scroll window and I would like to use the space available in the sidebar.
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.page .lens-maincontainer { float:left;}
#lens-sidebar { position:sticky; top:0;}
.navig-area { max-height:inherit !important;}
.mCustomScrollBox { max-height:inherit !important;}
Regards,
Dave
Much better, thank you!
I do notice a slight issue however with the mobile version. When I expand the menu and scroll at all it auto closes, however if i re-open it it will stay open and allow selections from further down the list. Any ideas?
Hi,
Kindly use this one
@media screen and (max-width:479px) {
#lens-sidebar { position:sticky !important;}
}
Regards,
Dave
Mobile app development is a process to develop an application for a mobile device. These apps can be pre-installed or you have to install them […]
The age-old methods that the world did business with have been changed after the introduction of the cloud. Businesses are flocking to it as it […]
If you are running an online store or whatever, your online presence is vital. And you know why it is. Nowadays, if you have a […]