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.

Vantage Header Image Centering

9 years ago · Last reply by Alex S 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread