Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176123

    I would like to reduce the height of a color section to 75px. I removed the padding and assigned an id and entered the following into the quick css
    #colorsignup {
    font-size: 17px;
    height: 75px !important;
    }
    The color section does not reduce in size smaller than 100px. If I add to the height to test the ID and css it will increase the size.

    Thank you for any help

    #176124
    This reply has been marked as private.
    #176151

    Hi!

    Please add following code as well

    .avia-section { min-height: 50px; }

    Regards,
    Yigit

    #176667

    Thank you it worked

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Color section height’ is closed to new replies.