-
AuthorPosts
-
March 22, 2014 at 7:44 am #241535
How to force:
Menu and Logo Position
It would a nice option in the Menu and Logo Position choicesMarch 24, 2014 at 3:27 pm #242120Hey aribann!
You can change the positions in Enfold theme options > Header > Header Layout > “Menu and Logo Position”. If you are not using the latest version of Enfold (2.6.2), please update your theme- http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
YigitMarch 24, 2014 at 3:54 pm #242131I am aware of that
The question was in the subject:
Logo Left – Menu Center Below?March 24, 2014 at 3:57 pm #242132Hi!
You can choose to display “Logo center, menu below” and add following code to Quick CSS
.html_header_top.html_logo_center .logo { left: 0; }
Regards,
YigitMarch 24, 2014 at 4:08 pm #242139Thats does indeed do it
There is a problem with “Logo xxx, menu below” on mobiles with or without the CSS
The logo gets pushed left off of the screen. There is a large amount of padding right of the logo. This does not happen with other options.
March 24, 2014 at 4:13 pm #242141Should have added same will happen on desktop if you shrink browser window down as well
March 24, 2014 at 4:48 pm #242166Hey!
Can you post the link to your website so i can provide you custom CSS code depending on the size of your logo? Left value needs to be adjusted
Best regards,
YigitMarch 24, 2014 at 5:33 pm #242198This reply has been marked as private.March 24, 2014 at 5:34 pm #242201and thank you
March 24, 2014 at 8:07 pm #242307Hi!
Your logo and mobile menu stacks so well. I tried resizing the browser window and checked your website on my iphone but i did not see any issues. Can you post a screenshot and show if i am missing something?
Regards,
YigitMarch 24, 2014 at 9:31 pm #242354Sorry site is live so didnt want that option on
Yes perfect at the format of “Logo left, Menu right”
Center and bellow = not so good
Logo reports as Dimensions: 420 × 140 , is it 420 vs 340px that is the problem?
When this is reported, (for Center and bellow), all is good
media=”all”
@media only screen and (max-width: 989px) and (min-width: 768px)
.responsive #main .container_wrap:first-child {
border-top: none;
}When this reported, it goes bad
media=”all”
@media only screen and (max-width: 767px)
.responsive #main .container_wrap:first-child {
border-top: none;
}- This reply was modified 10 years, 8 months ago by aribann.
March 25, 2014 at 6:26 pm #242922Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin-left: 35%; } .responsive .logo a, .responsive .logo img { height: auto !important; }}
Best regards,
YigitMarch 25, 2014 at 8:02 pm #242964Thank you
-
AuthorPosts
- The topic ‘Logo Left – Menu Center Below’ is closed to new replies.