Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #603285

    Hi there,

    I have a dev site that requires a small logo to be added to the header (right hand side after social icons).

    The header is set to logo left/menu right. There’s a secondary menu above, and social icons to the right of the last menu item in the main menu. Extra header content (phone) is above the main logo (left).

    I’ve tried hard coding the logo (it’s a small Queens Award for Export) but this hasn’t worked. Is there anything you can do to help?

    Many thanks, Silvio

    • This topic was modified 8 years, 8 months ago by silviouk. Reason: wrong url
    #603753

    Hi Silvio!

    Thanks for getting in touch with us!

    Here is a work around I found for you. You can actually add the image in the Extra Elements phone content field like this:
    <img src="http://www.football-tickets-madrid.com/img/static/footer/visa-logo.png" alt="Smiley face">

    Change the source of the image to your logo.

    Then add the following CSS in the Quick CSS field under the General Styling tab:

    .phone-info img {
        right: -1000px !important;
        position: relative;
    }

    Adjust the number bring it beside the social icons as far as you wish.

    Best regards,
    Jordan

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