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