• Resolved ayeshaadamsza

    (@ayeshaadamsza)


    The tabs (General, Product, Product Price, Fulfill) are hidden behind the MAYBE YOU LIKE and YOUTUBE VIDEO sections.

    I have cleared the browser cache, update the plugin and tried Chrome, Internet Explorer and Firefox browsers with no success.

    Please advise.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Is there any error in your browser console when you view settings page?

    Thread Starter ayeshaadamsza

    (@ayeshaadamsza)

    Hello,

    No errors on any of the browsers.
    Think it’s a CSS Layout error (the tables for each tab have no height, and the other sections just float on top of each other).

    Please advise.

    Please open file admin.css under plugins/woo-alidropship/css and paste below css to the bottom of that file:

    .vi-ui.tab {
        height: unset !important;
        float: unset !important;
        background: white !important;
    }

    Then clear your browser cache.

    Thread Starter ayeshaadamsza

    (@ayeshaadamsza)

    Hello,

    I completed the above with success.

    Thank you for the quick support!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Tabs hidden behind other sections’ is closed to new replies.