-
AuthorPosts
-
November 9, 2019 at 5:28 pm #1155227
Hi,
I want to have the logo centered and burgermenue left. In Enfold Child Theme/Header i have logo left and menue right together with the Quick-CSS “div .logo { left: 30%; }”
But it is not a clean solution to keep the logo really in all responsive versions in the center, especially on mobile.
Do you have a better solution for a always centered logo?
Greets GabiNovember 11, 2019 at 5:54 pm #1155689Hey GaWi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
div .logo { display: block; margin: 0 auto; } @media only screen and (max-width: 767px) { .responsive #top .logo { width: auto; } }If you need further assistance please let us know.
Best regards,
VictoriaNovember 12, 2019 at 9:07 pm #1156152Hi Victoria,
I tried in both locations, but doesn´t work. Nothing changed.
I tried without following code I use:
div .logo { left: 30%; }Any idea?
Greets GabiNovember 12, 2019 at 10:03 pm #1156205Hi Gabi,
I adjusted the code for you, please check.
Best regards,
VictoriaNovember 13, 2019 at 8:58 am #1156314Hi Victoria,
I checked and now the menue and the search-icon moved down at the right side of the slider. Menue and search-icon jumps when I change the size of the Window.
Greets GabiNovember 13, 2019 at 9:04 am #1156317November 14, 2019 at 11:05 am #1156702Hi Victoria,
I turned back to the version before I had, because the client right now have a look on it.
Is there any good resolution logo center and burgermenue left?Greets Gabi
November 15, 2019 at 7:59 pm #1157277Hi GaWi,
This code works fine, I added it to the Quick css and it works on all screen sizes.
div .logo { display: block; margin: 0 auto; } @media only screen and (max-width: 767px) { .responsive #top .logo { width: auto; } }Best regards,
VictoriaNovember 15, 2019 at 8:30 pm #1157287Hi Victoria,
it looks fine. Thanks a lot – like always fabulous phantastic suport.!
Greets GabiNovember 16, 2019 at 12:13 am #1157359Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Want position logo center burger menue left’ is closed to new replies.
