Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #561955

    Hello

    Please see the link in the private box where i have the menu below the logo with a transparent background. My client would like the menu at the very top of the page above the logo and above the Tele and Email… please let me know what code change to make as i cannot see that option in the Header > Menu & Logo Position in the Enfold admin.

    Thanks

    #562033

    Hey mrcityrunner!

    use this code inside of Quick CSS field:

    div#header_main_alternate {
    top: -139px;
    }
    div#header_meta {
    top: 51px;
    }
    strong.logo {
    top: 51px;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #562038

    Hey mrcityrunner!

    Would you like to create such header – http://kriesi.at/themes/enfold-lifestyle-blog/
    If so, please go to Enfold theme options > Header and choose to display “Logo center, menu above” option

    Cheers!
    Yigit

    #562051

    Hi Andy

    I did as you said and it looks fine on a normal size screen but when its resized down to a smaller screen, then there is a horrible gap at the top of the page… please advise to fix this. Thanks.

    Yigit I saw your post but dont require that – thanks for replying.

    Andy please advise, thanks

    #562673

    Hey!

    It’s going to be much easier for us to help you fix this if we have access to the backend. Please sned us you login info in a private message.

    Regards,
    Vinay

    #563386

    Hi Vinay and team – please see the FTP details in the private box – i look forward to your reply.

    #563454

    Hi!

    We need backend access to your wordpress site please see URL in private message

    Best regards,
    Vinay

    #563585

    okease see private box for the admin login. thanks,

    #563678

    Hi!

    We have made the changes in Enfold theme options > Header and choose to display “Logo center, menu above”. Please feel free to let us know if you have any questions we will be happy to help you.

    Cheers!
    Vinay

    #565412

    Thanks for that, but the slideshow and the all the other large banners on the pages now are not behind the menu and logo which it was before. Please can you tweak it so that the slideshow and other large banners are behind the menu and logo on a normal view – i believe you call this a transparent header. thanks

    #566683

    Hi!

    We cannot see the website anymore… please let us know when we can access the site.

    Best regards,
    Vinay

    #566687

    Hello – the website is working. See links in private window – nothings changed.

    To clarify, the slideshows should show behind the logo and menu on a desktop view but on the mobile its fine for it to be below it as it currently is. I look forward to a resolve at your earliest convenience.

    #568580

    Hey!

    no 100% sure what you are trying to do, as a mockup showing the results is missing. But I think it won’t be easily possible, as it would require a huge amount of time and customization of the theme. Header visibility and transparency is available if the logo is not bellow (or above) the menu only. So you would need to hire a freelance developer for this job to achieve what you want.

    Cheers!
    Andy

    #568766

    Hi. If you look at the website link in the private box in the previous message, you will see that the slideshow images are not behind the logo or menu which is what I would like them to be – its that simple. Please let me know what code to implement to make this happen. In other words, how do I get the menu and logo etc in front of the slider so the heading is transparent?

    #569662

    Hi!

    Header transparency is not supported with the layout you want, however i managed to put the logo below menu using CSS:

    @media only screen and (min-width: 767px) {
        #header.av_header_transparency .container.av-logo-container {
            position: absolute;
            top: 60px;
        }
    }

    That way you can keep the header settings default (logo top, menu below) and have transparency enabled.

    Best regards,
    Josue

    #569952

    Thanks Josue, but the logo is now centered? If you can please put the logo on the left. Thanks

    #570374

    Hey!

    Change the “Menu and Logo Position” to “Logo Left, Menu Below”.

    Best regards,
    Josue

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