Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #254480

    Hi

    I’ve been trying to target a color section and to set it to a specific height in pixels. I want to create a colour band.

    I gave it an id in the advanced layout builder, but for some reason, i’m not able to target that specific section.

    If you can give an idea of how I should structure the css I would be most appreciative.

    This is what I tried
    #colourband1 .container {height:10px!important;}

    also tried

    #colourband1 .avia-section { max-height: 10px!important!}

    Thank you

    #255082

    Hey sherissar!

    Please try following code

    #colourband1.avia-section { min-height: 10px; }

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.