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

    Hi ,
    I would like to remove the space above the layer slider. But only above the layer slider. If I implement the solution from here https://kriesi.at/support/topic/advanced-layerslider-spacing-removing-top-margin-or-padding/#post-704168, there are distances to the header for all. How can I set it so that only the layer slider has no spacing to the header?

    Thanks

    #1472394

    Hey atx_m,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .home #av_section_1 > .container > .content {
    	padding: 0;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1472436

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Space above Layer Slider’ is closed to new replies.