Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #1282492

    How do I move burger menu to left of logo? Used some code found here but they didn’t work.
    Tks
    Bestfortmyersrealestate.com

    #1282525

    Hey daves1997,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1282533

    for how long?

    #1282535

    It is in enfold general styling css

    #1282536

    I removed the line you crossed out. Nothing happened.

    #1282576

    Hi,

    Did you clear the cache a few times over?

    Best regards,
    Jordan Shannon

    #1282602

    yes, even through cloudflare.
    The burger menu is still over logo on mobile

    #1282701

    Hi,

    Try the following instead:

    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        margin-left: 80px;
    }}

    Best regards,
    Jordan Shannon

    #1282702

    Hi,

    Try the following instead:

    @media only screen and (max-width: 767px){
    .responsive #top .logo {
        margin-left: 80px;
    }}

    Best regards,
    Jordan Shannon

    #1282794

    tks,
    Did not work
    Dave

    #1282881

    Hi daves1997,

    Can you disable caching and minification for now?

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1282890

    What time and for how long. (messes my site)

    #1282898

    Hi daves1997,

    Ok, then, just share credentials with us so that we can check the css. Can you do that?

    I am not for how long, maybe till someone replies to you with a solution.

    Best regards,
    Victoria

    #1282900

    here you go

    #1283431

    Hi Dave,

    You need to purge the wp-optimize cache every time you make changes in the css. Also, there were errors in the Quick css.

    Please check the website now.

    Best regards,
    Victoria

    #1283451

    Much better. Tks
    Is there a way to make burger menu white lines.
    I did main menu>burger styling to #ffffff But nothing changed
    Tks

    #1283455

    also, the drop down is a gray instead of the colors used on PC?

    #1283820

    Hi,

    Thanks for the update. I cleared the cache from your caching plugin, and the burger menu is white after that. The background is still transparent though, so please try this CSS as well:

    .av-burger-overlay {
      background: #000;
    }

    Do you want all the burger menu items to have white background as well?

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Burger menu left of Lofo’ is closed to new replies.