Site logo

Archived topic

Sections & Lightweight Grid Columns

6 replies · Started by johnzoro on February 8, 2017

Viewing posts 1–7 of 7

On https://www.greatestreviews.co.uk/best-badminton-racket/ I have "positives" and "negatives" I have positives on the left and I have negatives on the right.

The problem I have having is they are too high for the section and overlap the section below

Can I fix this?

also ideally i'd like the full width to be background colour as well

This is what it looks like at the moment

screenie3

This is how I would like it to look

Hi John,

Try adding this CSS:

#generate-section-18 .generate-sections-inside-container {
    padding: 0;
}

Let me know.

Will this affect section 18 on all my posts or does each section have it's own id?

also would i have to keep adding more css if i want to do it on 4 or 5 sections?

i've added that and that has worked

i tried to add it again but change 18 to 25 but that doesn't seem to work for another positives negatives i have on that page

Victor V-3700 Magan Graphite – Positives

To remove the side padding on Sections, you can simply add the no-padding class to the specific section instead of having to add any CSS.

ok just to be even more annoying i have the green going all the way to the edge and the red does too

but can i keep that like that but have the text have some sort of padding so it's not right up at the edge if that makes sense?

Try this:

.pro ul {
    padding-left: 50px;
}
This archived topic is closed to new replies.