Archived topic
How Do I remove the border from around my page please?
9 replies · Started by Daniel on October 4, 2022
https://mdlifestylemarketing.com/about-us/ This is the link to my page.
Hi Daniel,
In Appearance > Customize > Layout > Container, try increasing the Container Width to a high value like 2000px.
Hi Fernando, I don't want that border around my about us page at all is there any way for me to remove it with CSS, please?
To clarify, you just want to remove the "border" from the about us page? If so, can you revert the Container Width to its previous value? There's a refresh icon there if you want to set it back to the default value.
Also, to be sure, can you take a screenshot of the border you're referring to?
Uploading Screenshots: https://docs.generatepress.com/article/using-the-premium-support-forum/#uploading-screenshots
Let us know.
https://postimg.cc/xXw2ZbZ5 Here is the link to my page with the border around it. I would like to remove it from all pages and post please. How do you do it with CSS?
To clarify, do you want all pages and posts to be full width? Or just remove the Off-white "border".
If you just want to remove the Off-white "border", you can do so by selecting an identical color for your Body Background in Appearance > Customize > Colors > Body > Background, similar to the Content Background color.
Let us know.
That doesn't work. It still has an outline around the content
Hi there,
go to Customizer > Additional CSS and Delete this CSS rule:
body:not(.single-post) .inside-article, .sidebar .widget, .comments-area {
border-right: 2px solid rgba(0, 0, 0, 0.00);
border-bottom: 2px solid rgba(0, 0, 0, 0.00);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
Thank you that got it done!
Glad to hear that