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

    How can I remove space between menu and breadcrumb

    fixed with

    .html_header_top.html_header_sticky.html_large #main {
    padding-top: 0px;
    }
    .html_header_top.html_header_sticky #main {
    padding-top: 0px;
    }

    but not so nice

    • This topic was modified 6 years, 4 months ago by MarcusEls.
    #978745

    Hey MarcusEls,

    Your CSS seems to be working since I can’t see a space above the breadcrumbs, what exactly is not so nice?

    Best regards,
    Rikard

    #978794

    If I remove the code in the quick css

    .html_header_top.html_header_sticky.html_large #main {
    padding-top: 0px;
    }
    .html_header_top.html_header_sticky #main {
    padding-top: 0px;
    }
    It shows see thumbScreenshot

    #979471

    Another website with the same problem

    http://www.fc-haarlemkennemerland.nl

    I want the slider against the red line. But what I tried no luck

    • This reply was modified 6 years, 4 months ago by MarcusEls.
    #979538

    Hi,

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

    .home #full_slider_1 {
      margin-top: -50px;
    }

    Best regards,
    Rikard

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