Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1252524

    Hello – what do I need to tweak in the Quick CSS to ensure I have a centred logo with burger menu to the right and then a full screen menu open.

    I currently have my logo / menu set left and right, burger menu for desktop, tablet etc and full screen menu open.

    Many thanks

    #1252713

    Hey philipe,

    Could you post a link to your actual site so that we can have a closer look please? Also, what do you mean full screen menu, are you referring to when the burger menu is open?

    Best regards,
    Rikard

    #1252722

    Hi Rikard, thanks for your reply. I cannot currently post a link to the site as as it is a staging site and the DNS isn’t available to change just yet to make it public. I am therefore accessing via changing my hosts file. I can send you a visual if you need, and let me know how to get it to you.

    But yes, centred logo, but burger menu to the right of the page and then when opened the burger menu full screen.
    Currently your config allows for centred logo and menu below (or above) but not to have the burger menu on the right hand side of the page. The CSS to do that would be appreciated.

    Many thanks

    Philip.

    #1253496

    Hi. Could anyone let me know on the above please? Thanks

    #1253635

    Hi philipe,

    Could you please attach a mockup of what you’re trying to achieve?

    Yes, please share in private how your website can be accessed.

    Best regards,
    Victoria

    #1253850

    Hello, reply in private.

    #1255243

    Hi – anybody there?

    #1255248

    Hello. If anybody also wants to know this, I managed to get it working

    #header .logo {
    left: 50%;
    transform: translateX(-50%);
    z-index:999;
    }
    #header .logo img {
    top: 50%;
    transform: translateY(-50%);
    max-width: 410px;
    }
    .avia-menu {float:right;}

    Hope that helps.

    #1255828

    Hi philipe,

    Sorry, I could not get to your ticket earlier.

    Glad you got it working for you! :)

    Next time, please refrain from replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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