Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #666822

    Hello,

    i use a color-section at the end of one site. But it is not possible to set a minimum height for the color section. I dont want to have the white space at the end of the site like in the screenshot (red box). i

    How can i fix this?

    best regards

    Chris

    • This topic was modified 8 years, 3 months ago by Chris_85.
    #666993

    Hey Chris_85,

    If you like to remove the gap at the bottom site wide.

    
    .content {
       padding-bottom:0px!important;
    }

    If you like to target specific colorsections add a custom ID to the colorsection in the options and use

    
    #custom-id .content {
       padding-bottom:0px!important;
    }

    Best regards,
    Vinay

    #667278

    hi vinay,

    i tryed this before but it is not working! take a look to the site, there is no easy possibility to remove the gap of the bottom of this site…

    best regards

    #667279

    Hi!

    I checked your page but cannot see such section. Can you please check if this is the correct link?

    Cheers!
    Yigit

    #667315

    this is the right one…

    #667418

    Hi!

    Please add following code to Quick CSS

    .avia-section {
        min-height: auto;
    }

    Best regards,
    Yigit

    #668627

    thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘no padding or margin for color-section?’ is closed to new replies.