• Resolved wuppi

    (@wuppi)


    Hi,
    the above linked page with WP-Tabs is loosing the formatting for some reason. the Tabs are somehow too big. I don’t know why.

    Can somebody help me on that problem, please?

    Also, is there an option to smooth the change to an other tab like fadeover or something?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @wuppi,

    Sorry for the delayed response. Thanks for sharing the page link.

    We have visited your site and found the issue and found that you used the WP Tab shortcode inside an accordion which is made with the Simple Shortcodes plugin.

    It’s getting an extra <br> tag from that plugin which is why the tab formatting has been changed. Have a look at the screenshot. To fix this issue please use the following CSS in the plugin’s custom CSS field.

    .sp-tab__nav-link br {
        display: none;
    }

    We also found some js errors in the console. It would be better if you fix them by yourself or with the help of the Simple Shortcodes plugin’s author to show the Tabs and accordion properly.

    Hope the above information helps. Please let us know if the above CSS works for you or not.

    Thank you.

    Plugin Support Pulak Ahmed

    (@pulak00)

    Hi @wuppi,

    This thread has been inactive for a bit, so I’m going to mark it as Resolved now. Please feel free to open a new one if you have any further questions.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loosing Formatting’ is closed to new replies.