Home>Support>Image widget in header

Image widget in header

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].

Hello! I have to insert an image to the header in Vantage. Managed to set it up to look cool on desktop, but on mobile and tablet it’s really ugly (image is a little a bit on tablet and it has a bottom padding which i cant find why). What’s the best solutione for having a right-top image? http://ezusthid.xnn.hu/

Thanks in advance!

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 9 months ago Alex S
    Hi, I Work Here

    Hi Peter,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    @media (max-width: 680px) {
    	#masthead .hgroup {
    		padding-top: 0 !important;
    		padding-bottom: 0 !important;
    	}
    
    	#masthead .sow-image-container {
    		line-height: 0;
    	}
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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