Home>Support>Center logo and remove padding on logo masthead

Center logo and remove padding on logo masthead

I have been trying to edit my CSS stylesheet in Jetpack to center my logo and remove padding on logo masthead. Here’s what I put (I got this from looking at other similar threads on this forum):

/* Vantage Center Logo */
header#masthead hgroup .logo {
	float: none !important;
}

header#masthead hgroup .logo img {
	display: block;
	margin: 0 auto;
}

/* Vantage remove all header padding */
header#masthead {
	padding: 0 !important;
}

It doesn’t appear to be working. What am I doing wrong??

URL: http://66.147.244.128/~woodhil1/

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

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Margaret

    hgroup has changed from a tag to a class. Try putting a period in front of the word hgroup everywhere you see it there.

    Before:

    hgroup

    After

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