SKT Full Page Menu Issue

Home Forums All Other Themes SKT Full Page Menu Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #115437
    jscharfjscharf
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: January 15, 2019

    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.

    http://pebblecreekgolf.com

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

    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

    #115634
    jscharfjscharf
    Member
    • Topics: 1
    • Replies: 1
    • Total: 2
    Member since: January 15, 2019

    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?

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

    Hi,

    Kindly use this one

    @media screen and (max-width:479px) {
    #lens-sidebar { position:sticky !important;}
    }

    Regards,
    Dave

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