Tagged: partner logos
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
Hey cab72!
Add this to a codeblock element in the page.
<style type = "text/css">
.hr {
margin: 20px 0px !important;
}
</style>
Cheers!
Elliott
Hi Elliott,
This worked great! Thanks very much.
Cheers
Carole
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
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
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