Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #361648

    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!

    #361828

    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

    • This reply was modified 9 years, 11 months ago by Elliott.
    #361846
    This reply has been marked as private.
    #362265

    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

    #362614

    Ok I figure it out, thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Partner/Logo Element Size’ is closed to new replies.