This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Move logo to left – vantage premium

10 years ago · Last reply by Andrew Misplon 10 years ago

Hi
Id like to move my logo to the left – ive read a few posts and pasted some css but none seem to do the trick..
www.infoglutton.co.uk
can you please help
so far the only css used on the page is

#masthead .hgroup .logo img  {
width:350px!important;
height:300px!important;
margin-left:0px!important;
}

as a novice im unsure if this is correct – any help gratefully received..
Thanks

URL: http://www.infoglutton.co.uk

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Nathan

    Thanks for reaching out.

    How far to the left do you want to move your logo?

  2. Nathan Jones 10 years, 4 months ago

    Hi Andrew,
    Approx 100px from the edge or if possible be able to vary it..
    Tia

  3. Andrew Misplon Staff 10 years, 4 months ago

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Logo */
    @media (max-width: 680px) {
    	#masthead .hgroup .logo {
    		margin-left: -100px;
    	}	
    }

    Adjust as required. Let us know how that goes.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread