Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #641004
    #641504

    Hey Mathilde,

    Please firstly choose to display header and choose “Logo center, menu below” option in Enfold theme options > Header tab. Then add your “Reserved Bord” text using text widget in header area – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo { top: 30px; }
    #header_main_alternate { display: none!important; }

    Best regards,
    Yigit

    #643417

    Hey Yigit, thanks for your reply, we are getting close to something :-) (I sent you are reply earlier, but it seems to be not sent).
    Can you please help me to get the content closer to the header before scroll and shrink https://www.dropbox.com/s/y0t7l6gp26k8g70/screensh1.jpg?dl=0
    The logo is Perfect on scroll https://www.dropbox.com/s/5pcx8uc2r15hwn7/screensh2.jpg?dl=0 but I struggle With the position of “reserver bord” in my header widget. I would very muck like to have it on line With the rest of content. My content Width is 98%.

    And also, how do I get the columns to be 50% at tablet and 100% on mobile? Now there’s a lot of space on mobile and it also shows the empty columns and images beside instead of under text.

    And also, the anchors (se menu), the title is hidden behind header on most browsers. I have made them in color section.

    Thanks a lot, kindly regards, Mathilde

    #643938

    PS. Here’s my quick css if that’s any help. Look private content.
    Thanks a lot, kindly regards, Mathilde

    #644020

    Hi,

    try this code:

    #header_main {
    margin-bottom: -30px;
    }
    

    Best regards,
    Andy

    #644029

    Hi Andy,
    Thanks so much for quick reply, but it did the opposite. Header still to large before scroll, and logo overlapping to much now on scroll.
    Kindly regards, Mathilde

    #644061

    Hi,

    try this code instead:

    #header_main {
    margin-bottom: -30px;
    margin-top: 30px;
    }
    .av_header_shrinking #header_main {
    margin-bottom: 0px;
    margin-top: 0px;
    }
    

    Best regards,
    Andy

    #644072

    Hi Andy,
    Thanks a lot for quick reply. It worked well on the scroll version now. But header still large /not changed before scroll. Does it has to do with the size of logo and/or the overlay perhaps?

    Kindly regards, Mathilde

    #644725

    Hi,

    ok try this instead:

    .av_header_shrinking #header_main {
    margin-bottom: 0px;
    margin-top: 0px;
    }
    .header-scrolled #header_main {
    margin-bottom: 5px !important;
    margin-top: 30px !important;
    }
    

    and adjust as needed. I hope this helps!

    Best regards,
    Andy

    #651601

    Thanks a lot Andy!!!
    Kindly regards, Mathilde

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Widget header shrink logo and stay center, and have link on left and right side’ is closed to new replies.