Hi,
Is there a CSS I can apply to reduce the pixel height of the color section on my home page? I’d like for this section to be both a header and content divider, but the default pixel height is still too tall. I have the padding set to 0.
Thanks!
Hey thekingschurchlakeland,
Are you referring to the “Who We Are” section?
Best regards,
Jordan Shannon
Yes. I’d like to apply this to the “Give” section on the other page as well.
Hi,
Try adding the following to quick css:
.avia-section.main_color{
min-height:80px!important;
}
.avia-section.main_color p{
margin:10px 0!important;
}
Best regards,
Jordan Shannon
It worked! Thanks a ton!