Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870234

    Sam W
    Participant

    I working on a site
    http://romboutfoxhounds.org/wpinstall/

    I got the 10 tabs by editing the shortcode.

    How can I get rid of that last white space?

    Thanks

    #870632

    Paul R
    Moderator

    Hi Sam,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    body .x-nav-tabs.ten-up>li:nth-child(10n) {
        border-right: 0;
    }
    
    body .x-nav-tabs.ten-up>li {
        width: 10%;
    }
    

    Hope that helps.