• Resolved RGOnline

    (@rgonline)


    I have stepped back and removed all code from this page and identified that it is WP Tabs causing the layout issues that you can see, can you take a look and let me know how to fix this?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @rgonline,

    I have reviewed the web page. It does not seem the WP tab affects the page layout.

    However, kindly add the following CSS to the Additional CSS field going to Appearance> Customize> Additional CSS.

    .header {
        max-width: 100%;
    }

    Let me know if it works or not.

    Thank you.

    Thread Starter RGOnline

    (@rgonline)

    Hello, this fix has papered over the problem yes but the page still seems to have a width difference to all other pages

    This is the only page with the issue and the only page using WPTabs.

    Thanks

    Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @rgonline,

    We have checked the other pages and found the change. So, kindly replace the previous CSS with the following CSS.

    body * {
        box-sizing: content-box;
    }

    Hope this helps. Have a nice day.

    Thread Starter RGOnline

    (@rgonline)

    thank you

    Plugin Contributor Md Khalil Uddin

    (@khalilu)

    Hi @rgonline,

    If you like the plugin and support, feel free to share your experience with 5* in the review section.

    We would be grateful to you! Have a good day!

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Tabs affecting my page layout / width’ is closed to new replies.