Site logo

Archived topic

Custom Full width view

3 replies · Started by hitesh on March 19, 2022

Viewing posts 1–4 of 4

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

This archived topic is closed to new replies.