About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
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