Hi,
I want to be able to adjust minimum height of an area in the layout editor.
For example the current site that i am working on i want to be able to have a small grey bar below the header, however the colour section’s default size is too big, id like it to be about a third of that size. how do i go about fixing this?
http://stihlshophuonville.com.au/
Cheers, Llewyn
Hi glooadvertising!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-734 div#av_section_1.avia-section {
min-height: 20px;
height: 20px;
}
Best regards,
Yigit
Hi Yigit,
Thanks for this, I’ve made some changes and the code you sent doesn’t seem to be working anymore. Could you please show me how to do it again.
I want to reduce the space between the header and slider.
http://stihlshophuonville.com.au/
Thanks,
Hi!
Please use following code instead
.page-id-734 div#main {
margin-top: -30px;
}
and adjust as needed
Regards,
Yigit
Hey,
Thanks for that, worked a treat!
Cheers, Llewyn.