• Hi there,

    Love your plugin – I’ve used a number of tab plugins until I found yours which does exactly what I want!

    I have one small thing, is it possible to narrow the space between the tab titles? Some of my pages have a number of tabs, and I’d prefer to have them all in one line rather than going into two lines.

    http://gaawrap.ie/allianz-hurling-league-2019/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP Darko

    (@spwebguy)

    Hi there,

    This should fix it:

    
    .rtbs_menu ul li {
       margin-left: 0 !important;
       padding: 0 important; }
    

    This CSS snippet is to be added in any custom CSS area provided by either the Customizer (under Appearance), your theme or a plugin like JetPack. Alternatively you could also add it at the end of your theme’s style.css file but we do not recommend it.

    Let me know if you have any trouble implementing this.

    ok, thanks a lot for an answer.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between tab titles’ is closed to new replies.