How can I resize the height of the color section smaller then 100 pixels?
The suggestion on https://kriesi.at/support/topic/change-height-size-in-color-section/ works, but it seems we can’t make it tighter then 100 pixels.
Thanks
Michiel
Hi mschoonhoven!
Can you post the link to your page and point out the color section element?
Regards,
Yigit
Hi Yigit,
We are still developing this site but you can take a loot at test domain http://www.lancyrverzekering.nl
Thanks
Regards,
Michiel
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.page-id-7 #av_section_1.avia-section {
min-height: 50px;
height: 50px;
}
Regards,
Yigit
Thanks, can you also let me know how can we vertically centralize the text?
Regards
Michiel
Hey!
Try adding this:
.page-id-7 #av_section_1.avia-section div.avia_textblock {
position: relative;
top: -8px;
}
Cheers!
Josue
yep that’s it… thanks Josue.
Cheers
Michiel
You are welcome Michiel, always glad to help :)
Regards,
Josue