• Resolved ddewitt

    (@ddewitt)


    Love your plugin!

    I am using horizontal and vertical tabs on multiple pages and posts in my site.
    I’d like to always have horizontal tabs centered on the page (just the tabs themselves, not the description section). Is there some custom CSS that will work as a default for all horizontal instances? Thanks.

    • This topic was modified 5 years, 6 months ago by ddewitt.

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @ddewitt ,

    You can apply below code in custom css-

     @media (min-width: 769px)
      #tab_container_326231 .wpsm_nav
     {
        margin-bottom: 8px!important;
        padding: 0px 0 0 165px;
        margin: 0;
    }
     

    Thanks.

    • This reply was modified 5 years, 6 months ago by preetam27.
    • This reply was modified 5 years, 6 months ago by preetam27.
    Thread Starter ddewitt

    (@ddewitt)

    I tried the code, but am getting an LBRACE error on this line:
    #tab_container_326231 .wpsm_nav

    Also, this looks like it references a specific tab set. Is there CSS that will center horizontal tabs across the entire site? I’m using them on multiple pages.

    Thanks!

    Thread Starter ddewitt

    (@ddewitt)

    Just checking back on this. Thanks.

    Hi @ddewitt ,

    if you like our plugin please review.

    Thanks.

    Thread Starter ddewitt

    (@ddewitt)

    Did you see my second message?

    I like the plugin, but I am needing to center the tabs on multiple pages. Is there CSS that will make centering the tabs the default across the whole website?

    Thanks!

    Thread Starter ddewitt

    (@ddewitt)

    Dude,
    this is not resolved. please read the entire thread

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Center Horizontal Tabs on Page’ is closed to new replies.