Archived topic
Custom Full width view
3 replies · Started by hitesh on March 19, 2022
Hey Guys,
Just purchased GP a few days back. I have a few questions, I'll start with the first.
How do I set custom padding for a full-width view? Currently, in the elements, what I see is:
a) full width with no padding that sucks in the sides of the posts on the smartphone view.
b) contained (no padding) that gives too much padding to my preference
what I want is some control over the full width, like some % to leave on both sides so that the content doesn't creep into the sides.
Hi there,
try this CSS:
.full-width-content .container.grid-container {
max-width: 98% !important;
margin: auto;
}
Adjust the max-width to suit.
Hey David,
thanks for the solution.
One more thing, just tell me what are my chances of getting such awesome support every time I get stuck? Is there any limit I should look out for whenever troubling you guys?
Thanks
Hi Hitesh,
Here is an article you may refer to with regards to what GeneratePress Premium Support includes: https://generatepress.com/what-support-includes/
Hope this clarifies. :)