Dear Kriesi-team,
I am close before finalising a new website based on Enfold. Curiously I am having an issue with the header_meta being twice its usual height. When I make use of the following (found in another thread) it doesn’t help at all, it only “shifts” the issue (see screenshot).
#header_meta, #top #wrap_all .social_bookmarks li {
max-height: 30px;
}
Kindly advise on how to fix that. We would like to go live at the weekend.
Thank You very much in advance,
Thomas
Hi mailworm!
Is the issue already fixed? I checked your site and it seems to be looking good on the area posted above.
Cheers!
Nikko
Hi Nikko,
actually no, I still have this issue on my iPhone, iOS 9, Safari and Chrome. Which smartphone/ browser did You use?
Hi mailworm,
I’m using an emulator to check it. Will get back to you to give a solution, can you create temporary admin account so we can inspect this further, kindly place the details in the Private Content section in your reply.
Regards,
Nikko
Hi Nikko,
the issue doesnt appear in emulators like Chrome Dev Tools.
Login credentials have been added in the private content area of the initial post.
Regards,
Thomas
Hi Thomas,
This is fixed. I have added this code in your Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) {
#top .phone-info,
#top .phone-info span {
height: 30px;
line-height: 30px
padding: 0;
}
}
Hope this fixed it on your end also :)
Best regards,
Nikko