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

    (@capuderg)

    Hi,

    it looks like on the second page, something in the page builder editor is setting the float of the .panel-grid-cell to none. Please check, that you have the same settings for on both pages (in the tabs widget, check all rows and widget settings and see, if there is a difference).

    A quick fix could be this peace of CSS code, but this might break other pages, so a more specific selector should be added before (maybe, the page id on the body tag)

    .panel-grid-cell {
        float: left !important;
    }

    Take care!

    I also have developed this same issue with your tabs not full width out of the blue. Just had to scrap my site pricing page as it was so messed up.
    Here’s another example on this page – scroll to bottom
    https://www.simplyskinoldham.co.uk/treatments/acne/chemical-peels/

    The solution given above did not help me I didn’t know how to access ‘.panel-grid-cell to none’ and the other solution did not work.
    Can anyone help please?
    Thanks

    Plugin Contributor Gregor Capuder

    (@capuderg)

    Hi @spitfirespf59,

    I see that you are using our (ProteusThemes – Beauty) theme, which has this bug since the new version of the page builder. This will be fixed in the next theme update, but until then you can add this code below to the custom CSS section.

    .pt-tabs__content {
        clear: both;
    }

    Take care!

    Thanks that fixed it.

    • This reply was modified 7 years, 7 months ago by spitfirespf59.
    Plugin Contributor Gregor Capuder

    (@capuderg)

    great! ??

    Have a nice day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not showing full width’ is closed to new replies.