Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #182040

    A while ago I experimented with adjusting the vertical space between content areas, adapting the code you suggested on another thread:

    /* ********* Adjusts space BEFORE main content items ********** */
    .content { padding-top: 18px!important; }

    /* ********* Adjusts space AFTER main content items ********** */
    .content { padding-bottom: 18px!important; }

    This worked fine, but since updating to the latest version of Enfold I think the space before and after the EasySlider module has increased (I might be wrong…)

    Is it possible to adjust the spacing above and below EasySlider, without affecting the spacing of other content?

    My Enfold testing area is here: http://enamellers.org/bsoe/

    Thanks.

    #182399

    Hi Niels!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .avia-slideshow { margin: 18px 0; }

    Best regards,
    Yigit

    #182412

    Perfect – many thanks Yigit!

    :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold – EasySlider spacing’ is closed to new replies.