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

    Hi. As the burger meny on smartphone “push” the logo to the left. Can i get that meny BELOW the logo on smartphone?

    Thank you :)

    #884817

    Hey geotectives,

    I loaded the site, I do not see it ” pushed ” but I do see it smaller.
    You mean you want to keep the logo bigger?

    Best regards,
    Basilis

    #884950

    Hi Basils

    No, the position is to the left, i want it center and the the burger menu below.

    Best, Mats

    #884980

    Hi Mats,

    I think there is misunderstanding here. Theme you are using is not Enfold.
    Please contact theme authors :)

    Regards,
    Yigit

    #885980

    It is Enfold!

    #886056

    Hi,

    It is now but when i checked it was another theme :)
    Please add following code to Enfold theme options > General Styling > Quick CSS

    .html_av-overlay-side .av-burger-overlay-scroll {
        width: 255px;
    }

    Best regards,
    Yigit

    #886089

    Nope, the logo is still on the left and search icon and burger om the right.

    #886091

    Hi!

    Please post a screenshot and show the changes you would like to make. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Regards,
    Yigit

    #886096

    Hi Yigit.

    As you see, the logo is NOT in center, it is on the left.

    #886102

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    @media only screen and (max-width: 767px) {
    .responsive .logo img {
        margin: auto;
    }
    .responsive .logo, .responsive .logo a {
        width: 100%!important;
    }}
    

    Best regards,
    Yigit

    #886106

    Spot on!

    Thanks :)

    #886111

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Burger meny’ is closed to new replies.