Hi
How can we reduce the padding at top and bottom of the Partner/Logo Elements on this page please:
http://construct.anarchyagency.com/clients/
Would like to reduce the padding between all of the Partner/Logo Elements on the right side of the page.
Thanks.
bg
Hi blaineglobal!
There is not really any padding there but if you want to move them up a bit then try using this CSS.
.no-logo-slider-heading {
display: none !important;
}
Cheers!
Elliott
Thanks Elliot!