Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #541138

    Hi There,

    Just need a little help reducing the top and bottom padding/margins on the full-width separator.

    I’ve tried inserting a whitespace separator with a negative value between the full width separator and content but with no luck.

    Any ideas? Thanks a lot :)

    Carole

    #541228

    Hey cab72!

    Add this to a codeblock element in the page.

    <style type = "text/css">
    .hr {
        margin: 20px 0px !important;
    }
    </style>

    Cheers!
    Elliott

    #542807

    Hi Elliott,

    This worked great! Thanks very much.

    Cheers
    Carole

    #542905

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

    #544176

    Thanks Rikard,

    Can I ask one more thing? I’d like to reduce the padding/margin at the bottom of the partner logo grid too. Just where it meets the footer.

    There’s an example of the kind of spacing I need on this site…. https://www.cassart.co.uk/ – just above the dark grey footer space are a line of product logos and the padding/margins are very neat.

    Is it possible to do this?

    Thanks for your help!
    Carole

    #544181

    Hey!

    Just checked and I can see the paddings been really small. Do you want to make them smaller from that?
    If so, the area is been controlled from #index-brands

    Let us know if you do have more questions

    Best regards,
    Basilis

    #544185

    Hello Basilis,

    Yes I’d like the padding to be very neat.

    I’ve tried this .index-brands {padding-bottom: 0px; margin-bottom:0px;} and this #index-brands {padding-bottom: 0px; margin-bottom:0px;} in the custom css. Neither worked.

    Any ideas?

    Thanks
    Carole

    #544295

    Hi,

    Try the following for the bottom padding:

    .home .content {
        padding-bottom: 10px !important;
    }

    You should be able to adjust the top yourself by editing the divider element above it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.