- This topic has 5 replies, 2 voices, and was last updated 5 years, 1 month ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Full Width Forum › “SKT Full Page” Menu Size & Footer Issues
Site with issues: https://maevebassett.com
Footer – In mobile, the footer loads at the top of the screen and covers up part of the page.
Left Sidebar Menu – Is it possible to extend the size of the menu? When I open a category to view the sub-sections it cuts off at a set location so that you have to scroll to see the other sub-sections.
Thank you!
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
@media screen and (max-width:767px) {
.page .lens-maincontainer {
position: relative !important;
}
}
Regards,
Dave
Thank you, that fixed the footer!
Is it possible to extend the size of the left sidebar so that all subtopics are viewable without scrolling (I want to be able to view “All Museum Work” –> “Chinese Tea Industry”?
Thank you.
Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.navig-area { max-height:inherit !important;}
Regards,
Dave
Thank you!
🙂
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]