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

    Hey,
    I’d like to move the logo to the left edge of the browser window and I’m wondering if that can be done with CSS. Or do I have to move the code below to outside of the ‘container av-logo-container’ div in header.php?

    <span class="logo">
    <a href="http://lonelyviking.com/retailshopfittingservices/" style="max-height: 118px;">
    <img height="100" width="300" src="http://.png" alt="Retail Shopfitting Services" style="max-height: 118px;"/>
    </a>
    </span>

    Thanks for your time,

    Shane

    • This topic was modified 7 years, 3 months ago by LonelyViking. Reason: Code wasn't displaying correctly
    #841459

    Hey Shane,
    You can move it with css code like this:

     .logo {left: -50px !important; }

    Try adjusting to suit.

    Best regards,
    Mike

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