Hi, I found this thread: https://kriesi.at/support/topic/two-logos-in-header-one-on-left-and-other-right/ but it’s not fully working the way I want it; the two logos are diplayed on the left side, one after the other; how to make the second one align to the right side of the header?
Thanks for your help!
David
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
strong.second-logo {
float: right;
position: relative;
margin-right: 21%;
}
It seems like you have not entered valid URL – http://i.imgur.com/jZwujME.png Please add a valid link as well or replace the text with #
Regards,
Yigit
Hi Yigit, thanks, works like a charm.
Yep, I hadn’t replaced the url yet; will do it of course; thanks a lot!
Best
David
Just a small question more:
When on small screens (or when you resize the window), the first logo disappears, with only the second one displayed in its place; is it possible to avoid that?
At least to have only the first one displayed?
Thanks
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 989px) {
strong.second-logo { display: none; }}
Best regards,
Yigit
Perfect, tks!
Hi!
You are welcome, glad we could help :)
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 post them here on the forum and we will gladly try to help you :)
Regards,
Yigit