Dear support,
how can i avoid the line-break in the header-xtra-info?
Hey dondela,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hey Rikard,
thanks for helping!
Hi,
Thanks for that. You have this CSS in your child theme:
#header_meta .avia-icon-pos-left {
float: none !important;
}
Please try removing it, or change the float to left.
Best regards,
Rikard
Hi Rikard,
thank you, i removed the css but nothing changed. I am using this code in the header xtra-info – maybe this is the problem?
<ul class="contact"><li class="phone"> <span class="in1">[av_font_icon icon='ue854' font='entypo-fontello' size='20px'][/av_font_icon] <a href="tel:12342134"> Notdienst: 12341243</a><a> | </a> [av_font_icon icon='ue805' font='entypo-fontello' size='20px'][/av_font_icon]<a href="mailto: (Email address hidden if logged out) ">xxxxx</a></span></li></ul>
Hi,
I removed the CSS for you from your child theme CSS file:
#header_meta .avia-icon-pos-left {
float: none !important;
}
The icons are now both floating left. If you put one icon + text in separate spans, it should work as intended after that.
Best regards,
Rikard
Hi Rikard,
that’s it, thank you so much.
Great support!