Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #957333

    Hello,
    I would like to display a slider on the main page with the transparent header, and cannot remove the top-padding which is below the header.

    The slider is created with ‘smart slider 3’ plugin.
    I’ve used shortcode for this slider so it is wrapped by ‘text area’ in ‘color section’.

    I’ve tried following css codes, but i dont think it works:

    .html_header_transparency #top .avia-builder-el-0 .container {padding-top: 0px!important;}
    .html_header_transparency #header_main > .container {padding-top: 0px!important;}
    .container {padding-top: 0px!important;}

    It would be appreciate if you could give me a little help.

    http://mjkwon0304.cafe24.com

    • This topic was modified 7 years, 8 months ago by MJ.
    #957918

    Hey MJ,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home .avia-builder-el-0 .container {
      padding-top:0 !important;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.