“SKT Full Page” Menu Size & Footer Issues

Home Forums SKT Full Width Forum “SKT Full Page” Menu Size & Footer Issues

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #158936
    Maeve BassettMaeve Bassett
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 1, 2020

    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!

    #159013
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    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

    #159046
    Maeve BassettMaeve Bassett
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 1, 2020

    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.

    #159101
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .navig-area { max-height:inherit !important;}

    Regards,
    Dave

    #159113
    Maeve BassettMaeve Bassett
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: August 1, 2020

    Thank you!

    #159163
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.