Genesis and WordPress Tutorials
by Sridhar Katakam 3 Comments Favorited: 8 times
To view the full content, please sign up for the membership.
Already a member? Log in below or here.
Find my tutorials helpful and wish to donate?
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Hello I love your blog. This is great. But you set the content block to be 900 max width and for got to center it.
}
.sk-sales .site-inner {;
max-width: 900px;
}
I have found the solution as you can see here.
}
.sk-sales .site-inner {
margin-left: auto;
margin-right: auto;
max-width: 900px;
}
Now it works perfectly!
[…] Genesis sales page […]
Great stuff, Sridhar, and very easy to customise.
Just one question: the site I’ve just used this on is using a header image rather than site-title/description. Is there a way to remove the site logo and use your method if placing a centralised logo? I ended up removing the background in the header .wrap in the CSS.
Thanks
Dom