[Support request] Sections & Lightweight Grid Columns

Home Forums Support [Support request] Sections & Lightweight Grid Columns

Home Forums Support Sections & Lightweight Grid Columns

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #275904
    johnzoro

    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

    #276052
    Leo
    Staff
    Customer Support

    Hi John,

    Try adding this CSS:

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

    Let me know.

    #276100
    johnzoro

    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?

    #276126
    johnzoro

    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

    #276155
    Tom
    Lead Developer
    Lead Developer

    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.

    #276271
    johnzoro

    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?

    #276273
    Leo
    Staff
    Customer Support

    Try this:

    .pro ul {
        padding-left: 50px;
    }
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.