-
AuthorPosts
-
October 13, 2020 at 1:07 pm #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
October 14, 2020 at 9:52 am #1252713Hey 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,
RikardOctober 14, 2020 at 10:02 am #1252722Hi 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.
October 17, 2020 at 3:01 pm #1253496Hi. Could anyone let me know on the above please? Thanks
October 18, 2020 at 6:01 pm #1253635Hi 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,
VictoriaOctober 19, 2020 at 8:28 am #1253850Hello, reply in private.
October 23, 2020 at 1:49 pm #1255243Hi – anybody there?
October 23, 2020 at 2:03 pm #1255248Hello. 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.
October 26, 2020 at 8:53 pm #1255828Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.