Home>Support>Vantage Header Image Centering

Vantage Header Image Centering

Hi,
PLEASE…forgive this duplicate thread, but I have poured thru the support forum and have not found a working solution to my problem. I cant get the image in the widget to “Center” in the header area.

I am not CSS savvy but I did try one solution I saw about going to Appearances> Customize CSS (mine says Edit CSS and opens into CSS Stylesheet Editor), Copied the following

/* Vantage Header Sidebar Padding */

header#masthead .hgroup #header-sidebar[style] {
padding-top: 0px !important;
padding-bottom: 0px !important;
}

and saved the Stylesheet, but it made no difference. Is there a simple method to correct this problem?

Please forgive my inexperience, I’m just learning

THANK YOU SO MUCH FOR ANY IDEAS!!!

Lee

URL www.whipsnthings.com

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

  1. 8 years, 2 months ago Alex S
    Hi, I Work Here

    Hi Lee,

    I don’t actually see any images in the header sidebar. Did you remove it or do you mean the logo? If it’s the logo;

    You can center it with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .logo {
    	float: none !important;
    	text-align: center;
    }
    

    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