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