Home › Forums › Jevelin Theme › Full width section causing horizontal scrollbar to appear on page.
Home › Forums › Jevelin Theme › Full width section causing horizontal scrollbar to appear on page.
Hello, I was unable to use the full width section setting so i put this code in style.css from another topic of someone who had the same issue.
”
.container.entry-content {
width: 100% !important;
max-width: 100% !important;
}
”
The code fixes the problem of not being able to use full screen width but it adds a horizontal scrollbar to the page which has the full width section.
Upon using google chrome inspector, it seems like there is some extra padding on the right side of the full width section which causes the to page to be wider than the browser window; thus causing the horizontal scrollbar.
website: http://robertamante.tristanglaw.com/
Solution for this topic
Hi @tristan,
I hope you are well today and thank you for your question.
Could you please try changing above shared CSS code as following?
.container.entry-content {
width: 100% !important;
max-width: 100% !important;
overflow: hidden;
}
Best regards,
Shufflehound team
I’ve added the extra css and it fixed the problem.
Thank you very much!
You are most welcome here 🙂
If you need services beyond standard support, we've got your back!
If you'd prefer not to handle the installation yourself or need help getting started, we'll set everything up for you.
We'll help you rearrange sections, adjust spacing, and modify the page structure to fit your needs.
More complex styling changes, theme option modifications, and third-party integrations.
If you need something that's not included in the theme, we can code it for you.
Web design services to create custom sections, pages, and blocks for your theme, plus graphics and visualizations.
Full website builds, custom theme development, or plugin creation from scratch.
We'll provide a clear quote based on what you need. No hidden fees.