Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1314117

    Dear support,

    how can i avoid the line-break in the header-xtra-info?

    #1314557

    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

    #1314578

    Hey Rikard,
    thanks for helping!

    #1314929

    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

    #1315011

    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>

    #1315206

    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

    #1315785

    Hi Rikard,
    that’s it, thank you so much.
    Great support!

    #1315951

    Hi,

    Great, I’m glad that we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.