Tagged: logo
-
AuthorPosts
-
May 12, 2015 at 2:27 am #442782
Would like a full width centered logo with menu below. Logo is 960×250 but I’m unable to make the change. Using a child theme do you have code snippet that will help.
Thanks
MikeMay 12, 2015 at 5:14 pm #443175Hey msmazza!
Navigate to Dashboard > Enfold > Header > Header Layout and for the “Logo and menu position” option set it to “Logo center menu below”.
Regards,
ElliottMay 12, 2015 at 5:22 pm #443189Thanks Elliott but is it possible for me to force the logo to be full width?
Mike
May 12, 2015 at 5:27 pm #443197Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { left: 0; -webkit-transform: none; -ms-transform: none; transform: none; } #header_main>.container { padding: 0; margin: 0; }
Best regards,
YigitMay 13, 2015 at 12:21 am #443457I really like this, but is there any way to put the main menu along the top of the page with the logo below? both centered and when the logo reduces in size on scroll it stays centered?
May 13, 2015 at 10:15 am #443662I am trying to do the same, but it is still decreasing the height to squeeze the full logo width. Is there a way to force a height of 72px and allow 100% width?
I also want mine on the left, and not centered.May 13, 2015 at 3:35 pm #443768May 13, 2015 at 4:02 pm #443786This reply has been marked as private.May 13, 2015 at 4:08 pm #443792Hey!
Please add following code to Quick CSS
.header-scrolled strong.logo { left: 40%!important; }
because of the shrinking behaviour, it is not easily possible to keep the logo centered when scrolled down
Cheers!
YigitMay 13, 2015 at 7:48 pm #443969I have switched the theme back to my previous one temporarily, because we need the site to be up during the day. So our site below has the logo the size we want, but is centered and we want it left and menu is centered the way we want. Can you provide the quick css necessary for a left justified logo, with a centered menu with green going all the way to the edge?
Thank you for your assistance.
- This reply was modified 9 years, 6 months ago by BoulderSudburyAdmin.
May 13, 2015 at 10:05 pm #444012If you require me to change it back to your theme before you can help me, then let me know. Its just that there are several issues I am having with it, and your help will definitely solve a big one.
May 14, 2015 at 3:30 am #444068This reply has been marked as private.May 17, 2015 at 12:00 pm #445380Hey guys!
please open a separate ticket, as it gets too confusing otherwise.
@BoulderSudburyAdmin
Use this to position your logo to the left:.html_header_top.html_logo_center .logo { left: 5%; }
and adjust as needed by yourself.
@msmazza
Actually you are not really using a logo anymore and more something like a header image, but try this code:.logo img { width: 1276px; }
and adjust as needed by yourself.
Cheers!
Andy -
AuthorPosts
- You must be logged in to reply to this topic.