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).
How can i fix this?
best regards
Chris
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
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
Hi!
I checked your page but cannot see such section. Can you please check if this is the correct link?
Cheers!
Yigit
this is the right one…
Hi!
Please add following code to Quick CSS
.avia-section {
min-height: auto;
}
Best regards,
Yigit
thanks