2nd level menu going out of screen

Home Forums All Other Themes 2nd level menu going out of screen

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #71310
    DheerajDheeraj
    Member
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: April 10, 2017

    on SKT Startup Pro Theme. the 2nd level menu is going out of screen. ie. not visible.

    eg. on http://360skills.in/ if you hover over training and then microsoft

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

    Hi,

    Kindly go to Appearance»Theme Options»Basic Settings»Custom CSS Box:

    Add this code there:

    .sitenav ul li ul li:nth-child(2):hover .sub-menu {left: inherit; right: 100%;}

    Regards,
    Brad

    #71340
    DheerajDheeraj
    Member
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: April 10, 2017

    hi Brad, it is still not working. i have this code already in place but it is not working… for third item in main menu.. earlier it was working for second last menu item.

    also can i add one more main menu item without it going to new line below main menu.

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

    Hi Dheeraj,

    Kindly go to Appearance»Theme Options»Basic Settings»Custom CSS Box:

    Add this code there:

    .sitenav ul li:hover ul { left:inherit; right:0;}
    .sitenav ul li:hover ul li:hover ul {left: inherit; right: 100%;}

    Regards,
    Chris

    #71507
    DheerajDheeraj
    Member
    • Topics: 9
    • Replies: 23
    • Total: 32
    Member since: April 10, 2017

    thank you Cris

    it is working now

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

    🙂

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