• Resolved markzhang

    (@markzhang)


    Hi Gregor / Primoz,

    First I would like to thank for all your work in this widget – the best tab widget of all and the only one that is truly compatible with page builder. Great job!

    And while I’m working on my page with this widget, by default the tabs are showed vertically for some reason (please refer to this test page: https://52ithaca.com/rental/sevanna-park/) and I haven’t found a way to correct it.

    Could you help to identify what seems to be the problem? Should i dive in to some coding?

    Thank you for your time!

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Gregor Capuder

    (@capuderg)

    Hi,

    your theme styles are causing the issue, because it’s overwriting the list item styles. You can fix it with this custom CSS code:

    
    .widget.widget_pt_tabs li.nav-item {
        clear: none;
        padding: 0;
    }
    

    Take care!

Viewing 1 replies (of 1 total)
  • The topic ‘it showed as verticle tabs in my page’ is closed to new replies.