Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #295275

    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

    #295280

    Hi Bill,

    Can you post the link to your website please?

    Regards,
    Josue

    #295302

    Here is a screen shot of the location I want some spacing … the site is under construction an has a coming soon page …

    Header spacing

    #295304

    Hi!

    Try with this code (Quick CSS):

    .avia-builder-el-0 {
        margin-top: 50px;
    }

    Regards,
    Josue

    #295329

    Hi again ..

    That did not work .. it did nothing .. sorry.

    #295340

    Hi!

    Please try adding following code to Quick CSS and adjust as needed

    div#main {
    padding-top: 200px!important;
    }

    Cheers!
    Yigit

    #295352

    That Worked — Thank You!

    #295367

    Hey!

    You are welcome Bill, glad we could help!

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding padding below header’ is closed to new replies.