Archived topic
Extra Space on right side on website
3 replies · Started by Vijay on October 29, 2021
Viewing posts 1–4 of 4
Hello Team. After updating the generate presstheme, extra scrollable space is been created on the website. I am able to scroll the homepage completely with a horizontal scrollbar. Please help in resolving this issue. It's replicable in laptop and mobile devices. Link of the website - https://readosapien.com/
Hi there,
its the core Search Block used in the footer.
Add this CSS to fix that:
.wp-block-search .wp-block-search__label {
width: auto;
}
Thanks. Resolved :)
Glad to hear that.
This archived topic is closed to new replies.