Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #616681

    when you open my site there is below the image slider a lot of white space, how to increase them ?

    #616775

    Hey BetuwePC!

    Thanks for getting in touch with us!

    To increase the white space below the slider on the homepage, please add the following CSS code in the Quick CSS field under the General Styling tab in the theme options:

    #after_layer_slider_1 {
        height: 200px !important;
    }

    Adjust the number as you wish.

    Regards,
    Jordan

    #616797

    i am sorry, i mean decrease ;) and chancing it -300 doesnt work

    #616835

    Hi!

    Thanks for getting back to me!

    The value cannot be negative. Please try the following code instead of the one given before:

    #after_layer_slider_1 .container .av-content-full.units {
        padding: 0 !important; 
    }

    Regards,
    Jordan

    #617693

    thanks , this works

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘increase white marge’ is closed to new replies.