Free and Premium WordPress Plugins & Themes Forums WordPress Themes Emmet Website Logo always on the left side
- This topic has 6 replies, 3 voices, and was last updated 7 years, 7 months ago by
J. Davis.
- AuthorPosts
- May 4, 2017 at 1:26 pm #516010
Jonas Jacobsen
ParticipantI want my Websitelogo always on the left side. Unfortunatly when my Topmenu gets to big, emmet automaticly puts the logo in the center. How can I fix that?
May 5, 2017 at 12:17 pm #516487J. Davis
KeymasterHello Jonas,
Please check license activation and make sure you use latest version of Emmet theme. At this moment it is 1.5.0. and Emmet Theme Engine plugin 1.3.0. If everything is up to date can you provide me with live example?
Best regards,
MotoPress TeamJuly 12, 2017 at 9:30 pm #544835Jason Denis
ParticipantHi MotoPress Team.
I’m trying to accomplish the same thing that Jonas is requesting here, in this thread, on my website http://harmonyusinc.net – I have verified that my license is valid, the site activated and that the installed versions match the latest Emmet 1.5.0 Template & 1.3.0 Theme Engine. However, I can’t locate anywhere in the theme options to left justify the logo.
Please advise on how to achieve this. Thank you.
Best regards,
Jason
- This reply was modified 7 years, 7 months ago by
Jason Denis.
July 13, 2017 at 1:50 pm #545233J. Davis
KeymasterHi Jonas,
You can try to apply the style below:.site-logo{ float:left !important; }
Best regards,
JohnJuly 13, 2017 at 3:27 pm #545252Jason Denis
ParticipantHi John.
Thank you very much. The CSS Snippet worked perfectly.
Best regards,
Jason
July 13, 2017 at 3:45 pm #545268Jason Denis
ParticipantJohn,
I noticed a display problem after implementing this CSS snippet,
.site-logo{
float:left !important;
}When viewing on a mobile device the logo doesn’t display properly. It hides behind the main navigation drop down container.
Any suggestions?
Regards,
Jason
July 14, 2017 at 2:27 pm #545520J. Davis
KeymasterHi Jason:
Please try to apply the styles below:@media (max-width: 767px){ .site-header .site-logo{ float:none !important; } }
Best regards,
John - This reply was modified 7 years, 7 months ago by
- AuthorPosts
- You must be logged in to reply to this topic.