• Resolved eriohm

    (@eriohm)


    Hello.

    I’m thinking about switching from Responsive Tabs to WP Tabs but I am having issues where tables from TablePress looks different inside the WP Tabs tabs then outside and even in Responsive Tabs, it’s like WP Tabs ignores CSS formatting.

    You can see the behaviour at this page:
    https://mtbresultat.se/wp-tabs-testing/

    I’m also curious on how to add a line below the tabs like Responsive Tabs, not necessarily black. Can it be solved with CSS alone or do I need Pro version?

    Thanks in advance

    Sincerely,
    Erik ?hman

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

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

    (@bayejid00)

    Hi @eriohm,

    Thanks for your query. Hope you are doing well.

    The table issue can be fixed by tweaking a custom CSS. Please use the following CSS in the plugin’s custom CSS field.

    .sp-tab__tab-pane .uci-champ .column-3 {
        width: 65px;
    }

    About a line below the tabs: Yes, it can be solved with CSS alone if you know CSS or you can go the Pro version to achieve this layout easily. Please take a look at the screenshot.

    Hope you understand. Please let us know if the above CSS works for you.

    Thread Starter eriohm

    (@eriohm)

    Hi.

    I’m great, hope you are as well.

    The suggested solution work but then I need to add .sp-tab__tab-pane to every CSS class that I have created for the TablePress?

    I’ll try to fix the line with CSS then. ??

    //Erik

    Plugin Support Bayejid Ahmed

    (@bayejid00)

    Hi @eriohm,

    We are glad to hear that the CSS we provided works properly. You don’t need to use this class .sp-tab__tab-pane for every CSS. If you face the same kind of issue for another shortcode then you can try with the above CSS.

    Hope you understand. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin changes formatting’ is closed to new replies.