Page Builder: All Of A Sudden Horizontal Scroll Bars On Columns In Articles Built With SP Pagebuilder - Question | JoomShaper

Page Builder: All Of A Sudden Horizontal Scroll Bars On Columns In Articles Built With SP Pagebuilder

L

loovanloon

SP Page Builder 2 years ago

All of a sudden I have horizontal (and vertical) scroll bars on every column/addon of my articles that were built with SP Page Builder. Every was okay, and all of a sudden I have this scrollbars messing up my layout.

In an attempt to solve it I did upgrade from 3.7.15 to 3.8, but no result. Working with Helix Ultimate 2.0.5, Joomla 4.0.3

Troublesome articles: (articles built with SP Page Builder) https://sta.vanloon.net/index.php/sta/bestuur (article built with SP Page Builder) https://sta.vanloon.net/index.php/component/content/article/the-zoo?catid=67&Itemid=101

Working page: https://sta.vanloon.net/index.php (SP Page Builder page)

Please help.

1
6 Answers
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #41428

Hello

Thank you for your query.

Please check the screenshot below. The scrollbars are coming because of that custom css - highlighted in red box.

clearfix.JPG

Hope this helps you.

1
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #41427

Hi,

Use this custom css

.clearfix {
    overflow: unset !important;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Thank you

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #41429

Yes ariba is right that's why I am sending this css. Set it unset then it will gone

0
L
loovanloon
Accepted Answer
2 years ago #41430

Thank you for your prompt reply and good solution! I'd already checked that but some how my custom.css file wasn't uploaded well to my server! It's okay now!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #41432

You are most welcome. Please accept the most suitable answer to close the post so that others' can also find the solution easily.

0
Ariba
Ariba
Accepted Answer
Support Agent 2 years ago #41435

You are most welcome. We are glad we could help :)

0