Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #659408

    Hello,

    I want to show the Telefon Number and the Mail in the same extra element above the header.

    Example: Tel.: 1231234123 Mail: (Email address hidden if logged out)

    How can I get space between both?

    Thanks

    #659526

    Hey jumamedia!

    Please provide us a link of your web site so we can give it a look and let u know how it can be done.
    Thanks a lot

    Best regards,
    Basilis

    #659743

    The Website in private content, because we still working on.

    #660282

    Hi,

    Try to wrap the text in its own span like so:

    <span class="phone-info-number">your phone number</span><span class="phone-info-email">your email</span>
    

    Then add the following to Quick CSS:

    .phone-info .phone-info-number {
    margin-right: 20px;
    }

    Regards,
    Rikard

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