Hey,
subj basically
large padding is a bit too large, but default is way to small. I can’t find the css class responsible for that.
Thanks
Hey axelfx07!
Add this to your custom CSS,
.avia-section-large .content, .avia-section-large .sidebar {
padding-bottom: 30px;
padding-top: 30px;
}
Cheers!
Elliott
Thank you Elliott!
Could you please provide the default values for avia-section-large
The firebug shows 2% instead of px, however, when I try % in child’s style css, like
.avia-section-large .content, .avia-section-large .sidebar {
padding-bottom: 1%;
padding-top: 1%;
}
it doesn’t work at all
Hey!
The default values should be 70px actually.
Best regards,
Elliott