Hi … I want to add padding (white space) below the Header area … I’ve tried the “separator” but it’s to much space even set to 0
I only need about 15px below the Header and above my Layer Slider — can you help?
Thanks,
Bill
Hi Bill,
Can you post the link to your website please?
Regards,
Josue
Here is a screen shot of the location I want some spacing … the site is under construction an has a coming soon page …
Hi!
Try with this code (Quick CSS):
.avia-builder-el-0 {
margin-top: 50px;
}
Regards,
Josue
Hi again ..
That did not work .. it did nothing .. sorry.
Hi!
Please try adding following code to Quick CSS and adjust as needed
div#main {
padding-top: 200px!important;
}
Cheers!
Yigit
That Worked — Thank You!