-
AuthorPosts
-
March 29, 2019 at 9:46 am #1084499
Hey there,
Is it possible to get 2 seperate logo in the header of the Enfold theme over the whole width?
Beste regards
Martijn KosterMarch 29, 2019 at 5:31 pm #1084666Hey Martijn,
The only option we have is 1 logo for the regular header and the other logo is for transparent header.
Best regards,
NikkoMarch 29, 2019 at 6:05 pm #1084689Hey Nikko, thank you for your reply.
But how can I do this?Best regards,
MartijnMarch 30, 2019 at 3:23 pm #1084878Hi Martijn,
You can try using a header widget to add it: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area
I think what you did now seems already good, what is the issue you’re having with it?Best regards,
NikkoMarch 31, 2019 at 12:19 pm #1085042Hey Nikko, thank you your reply.
The logo is good and sharp. But to wide for smartphones.I will have a look to your solution.
March 31, 2019 at 2:08 pm #1085071Hi TenMediaNL,
Sure, just let us know if you need further assistance.
If you’re not planning to use transparent headers, I can think of another workaround.Best regards,
NikkoApril 1, 2019 at 10:42 am #1085413Hey Nikko, I added a header widget but somehow I can’t seem te set the correct css or other settings. Hope you can help me out?
Have a look! http://renault.tenmedia-showroom.nlBest regards
MartijnApril 1, 2019 at 1:04 pm #1085473Hi Martijn,
Try adding this css code in Quick CSS:
#header .container.av-logo-container { z-index: 2; } #top #header .widget { position: relative; width: 1250px; max-width: 100%; margin: 0 auto; padding: 0 50px; z-index: 5; } #top #header .widget .textwidget { position: absolute; right: 50px; }
Best regards,
NikkoApril 1, 2019 at 1:37 pm #1085498Hey Nikko, thank you very much. That did the trick.
The new problem is that the header widget will be on top of the logo on a smartphone.
Is it possible to hide the widget on smartphones?And on tablets the burger menu is a bit strange.
Hope you can help me out again.
Best regards
MartijnApril 1, 2019 at 2:28 pm #1085532Hi Martijn,
For the tablets burger menu, try adding this css code:
@media only screen and (max-width:1024px) { .av_minimal_header #header_main_alternate { display: none; } .html_header_top #top .av_menu_left .main_menu { left: auto; right: 0; } }
As for hiding the header widget in mobile, use this code:
@media only screen and (max-width:767px) { #top #header .widget { display: none; } }
Best regards,
NikkoApril 1, 2019 at 4:50 pm #1085577Hey Nikko, thanks for the support. It all seems to work.
One final question, when you look on a tablet or smartphone the layer slider and other items on other pages have bit of too much white space above. Can that be deleted?April 1, 2019 at 6:04 pm #1085598Hi,
Add this to quick css:
@media only screen and (max-width: 1024px) { #main{ padding-top:155px!important; }}
Best regards,
Jordan ShannonMay 2, 2019 at 1:42 pm #1096469Hello there,
After updating Enfold to 4.5.6 the second logo in the header has dissapeared. Can you tell how I can get it back again?
Best regards,
Martijn KosterMay 2, 2019 at 2:08 pm #1096473Never mind my last question.
I’ve solved it!May 2, 2019 at 10:54 pm #1096595Hi,
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 ‘Two separate logos in header’ is closed to new replies.