I’m trying to adjust the height of my partner/logo element on this page. If I adjust the size of the color section by selecting a custom size in px, it doesn’t change anything. I can’t seem to figure out how to adjust this. Can you please give me some Quick CSS to help me reduce the height of this section? Thank you!
Hey djshortkut!
Is it the one where you have an ID set as “equipment”? You should be able to set a custom height for that color section. Send us a WordPress login and we’ll take a closer look.
You can also use this CSS to change just the logo element height.
#equipment .avia-content-slider-inner { height: 200px !important; }
Best regards,
Elliott
Hey!
You can move it up or down with this.
#equipment .avia-content-slider-inner { top: 60px; }
Use a negative value to move it up. And then just set a custom pixel value to use for the color section height when you edit the color section element.
Regards,
Elliott
Ok I figure it out, thanks!