Home › Forums › SKT Full Width Forum › “SKT Full Page” Menu Size & Footer Issues
- This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by Sonl Sinha.
-
AuthorPosts
-
August 8, 2020 at 11:13 pm #158936
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!
August 10, 2020 at 12:21 pm #159013Hi,
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,
DaveAugust 10, 2020 at 9:18 pm #159046Thank 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.
August 11, 2020 at 12:04 pm #159101Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.navig-area { max-height:inherit !important;}
Regards,
DaveAugust 11, 2020 at 4:05 pm #159113Thank you!
August 12, 2020 at 12:13 pm #159163🙂
-
AuthorPosts
- You must be logged in to reply to this topic.