Drop Down Navigation – Make 2 Columns

Home Forums All Other Themes Drop Down Navigation – Make 2 Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #217998
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 15
    • Replies: 26
    • Total: 41
    Member since: November 25, 2016

    I use the theme SKT PVC Pipes Pro, and I added product categories to the main top nav bar. There are a lot of categories, so the list goes off to the bottom of the screen from the top navbar. Is there a way to make the drop-down options into two or three columns?

    http://new.pinetreepaper.com/ Products nav choice.

    Thanks

    #218007
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30857
    • Total: 30857
    Member since: August 16, 2013

    Hi,

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

    #topmenu ul li ul { width: 280px;}
    #topmenu ul li ul li a { padding: 3px 8%; font-size: 16px;}

    Regards,
    Dave

    #219951
    Langer Enterprises LLCLanger Enterprises LLC
    Participant
    • Topics: 15
    • Replies: 26
    • Total: 41
    Member since: November 25, 2016

    Thanks, that keeps them one one page. Is there a way to have them show up in 2 columns?

    #219964
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30857
    • Total: 30857
    Member since: August 16, 2013

    Hi,

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

    .menu-item-3257 .sub-menu {
      column-count: 2;
      column-gap: 0;
    }

    Regards,
    Dave

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