Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #850457

    Hi, you already adjusted the header of the mobile version but the menu button is a bit too much on the left. Could you give me some code to have it lined up precisely with the image underneath? That would be great – thanks!

    Nadine

    #850694

    Hey nadinedomnink,

    What mobile browser are you at?

    Best regards,
    Basilis

    #851226

    Apple

    #851227

    But you can also check it with the customizer – there you see the same problem

    #851233

    Apart from moving the mobile button a bit to the right, is it also possible to make it a bit smaller?
    Thanks a lot!

    #851397

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-burger-menu-main.menu-item-avia-special {
        margin-top: 40px!important;
    }
    .av-hamburger-box {
        width: 30px !important;
    }
    }

    Best regards,
    Rikard

    #852199

    Hi, sorry, that doesn’t work – the button moves down not to the right. Could you please check…thanks a lot!

    #852945

    Hi,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    .responsive #top .av-logo-container .avia-menu {
        left: 20px!important; 

    }}
    please see screenshot in Private Content area

    Best regards,
    Mike

    #853128

    Hi, it works for the mobile version, but in the desktop version everything shrinks…any other idea? Thanks!

    #853139

    Hi,
    It looks like the last two } didn’t make it in the code block, so that would brake it. Please try this:

    @media only screen and (max-width: 767px){
    .responsive #top .av-logo-container .avia-menu {
        left: 20px!important; }
    }

    Best regards,
    Mike

    #853392

    wonderful! thanks!

    #853721

    Hi,

    Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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