Hi,
Please refer to the topic https://kriesi.at/support/topic/partner-logos-constant-speed-carouse-style/
How can I decrease the padding above and below the partner logos?
Website is in PVT.
Thank you
Hi sitesme!
Add this to a codeblock element in the page.
<style type = "text/css">
#footer .widget { margin: 0px !important; }
</style>
Cheers!
Elliott
Hi Elliot,
Unfortunately it didn’t work. I had already a code for that area so I joined to test but nothing:
#footer .widget li {
clear: none!important;
margin: 0px !important;
}
Hey!
To target the area with the arrows, please do use the
#footer { padding: 0px }
to remove the padding.
Let me know if that works
Best regards,
Basilis
Thank you Basilis,
It worked a bit but there is still a gap, mostly below the logos, between the logos and the socket. Any chance to reduce this as well?
Hi,
Try the following as well:
#footer #text-2 {
margin:0 !important;
}
Regards,
Rikard
Superb Rikard :)
How to decrease the gap between the title in orange and the logos as well? http://dns.d.pr/zjvq/3UwvAqNu
Thank you
Hey!
Please add following code to Quick CSS as well and adjust as needed
#footer h3.widgettitle {
margin-bottom: -25px;
}
Regards,
Yigit
;) Perfect once again,
Thanks Yigit