Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1461442

    Hi,
    i’m trying to reduce the space above the logo and menu and to add a small line below.
    How can i do that?
    kind regards Jak

    #1461450

    Hey Jak73,

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

    #header {
      margin-top: -40px;
    }
    
    #header .inner-container {
      border-bottom: 2px solid orange;
    }

    Best regards,
    Rikard

    #1461452
    This reply has been marked as private.
    #1461464

    Hi,

    Please try this CSS as well:

    nav.main_menu {
      bottom: -15px;
    }
    
    #header {
      box-shadow: none; 
    }

    Best regards,
    Rikard

    #1461467
    This reply has been marked as private.
    #1461480

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

    #header .inner-container {
        border-bottom: 1px solid #000;
    }
    #header_main .inner-container {
        height: 70%;
    }
    #header_main nav.main_menu {
        bottom: 0;
    }
    #main .container_wrap_first .av-special-heading {
    	margin-top: 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.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    #1461482
    This reply has been marked as private.
    #1461484

    Hi,
    It looks like you are using different layouts for the pages, your homepage has a transparent header, but the other page doesn’t. Please use the same layout for both so they will behave the same. When the transparent header is used the header changes on scroll, your other page will not have this.

    Best regards,
    Mike

    #1461490
    This reply has been marked as private.
    #1461491

    Hi,
    It looks like you removed the transparent header from the homepage, so now when you scroll down the header is is transparent and doesn’t become solid white, are you sure this is what you want?
    Earlier the homepage used the transparent header so when you scrolled the header become solid white, I recommend going back to this and then make your other page the same.
    I don’t understand the why you would add the custom classes.

    Best regards,
    Mike

    #1461494
    This reply has been marked as private.
    #1461496

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Remove space above logo and menue / add a line below’ is closed to new replies.