Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1219385

    Hi All,

    I’ve used this code:
    avia-menu.av-main-nav-wrap,
    .main_menu {
    width: 100%;
    display: flex;
    justify-content: center;
    }
    To move the menu to the center on desktop, but I can’t see how to make the hamburger menu then be moved to the right (it is currently aligning to the left and covering the logo).
    Any ideas?
    Thanks

    #1219717

    Hey gazbo1,

    Please try this CSS instead:

    @media only screen and (min-width: 768px) {
    avia-menu.av-main-nav-wrap,
    .main_menu {
      width: 100%;
      display: flex;
      justify-content: center;
    }
    }

    If that doesn’t work then please post a link to where we can see the actual elements.

    Best regards,
    Rikard

    #1219720

    Amazing, thank you – worked perfectly :)

    #1220006

    Hi,

    Great, I’m glad that you got things working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1240881
    This reply has been marked as private.
    #1241391

    Hi higirl_21,

    Could you post a screenshot or mockup highlighting your intentions please?

    Best regards,
    Rikard

    #1241471

    https://atharraprimeland.com/wp-content/uploads/2020/07/atharra-scaled.jpg

    link above, the screenshot my homepage. there is a yellow circle there, my MENU, i want it to be aligned with the LOGO and social media.

    align means, same row.

    please help. i have deadline. please!

    if u want to see my actual website: https://atharraprimeland.com.

    #1241476

    menu bar

    or can i make my menu BAR like the screenshot that i paste above? same format? is it possible?

    the webiste that i want to copy is this: https://www.e-rockwell.com/

    pls help.

    #1241477

    have you ever tested your hamburger menu?
    on my end it does not open!

    the whole responsive case is in a mess – sorry to say that.

    #1241503

    my client dont like hamburger menu/quad core menu.

    #1243654

    Hi,

    @higirl_21
    Sorry for the late reply, it seems like your current menu is bar style, such as your example site, which seems to work well. I don’t think there is enough room for your logo, menu, & social icons to all be in the same row, but you could try the header settings “logo left, menu right” in the “Menu and Logo Position”.
    Do you mean to have your social icons to also show the title?
    Please see the screenshot in Private Content area.

    Best regards,
    Mike

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