Home>Support>Move logo to left – vantage premium

Move logo to left – vantage premium

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 14 days ago Andrew Misplon
    Hi, I Work Here

    Hi Nathan

    Thanks for reaching out.

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

  2. 10 years, 14 days ago Nathan Jones

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

  3. 10 years, 14 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More