Tagged: x Author Posts April 6, 2016 at 6:18 pm #870234 Sam WParticipant 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 April 7, 2016 at 1:20 am #870632 Paul RModerator 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. Author Posts