Theme Lab Forums » Theme Support
Splashtastic - More Customisation Questions
(2 posts)-
Hi there,
Hoping you can help with the following:
1. I want to increase the width of the centre column on the homepage and single posts.
2. Have the top post titles aligned with the top of the image on the left hand side and the top of the menu on the right hand side.
Thanks in advance,
Simon.Posted 5 months ago # -
Hey Simon,
To answer your second question, you'd need to remove the margin and padding from the titles in the content area.
Find:
#content h2 {
margin: 3px 0 0 0;
padding: 15px 0 0 0;Replace with:
#content h2 {
margin: 0 0 0 0;
padding: 0 0 0 0;And then find:
#content {
margin: 0 258px 0 100px;
min-height: 295px;
padding: 15px 15px 0 15px;And replace with:
#content {
margin: 0 258px 0 100px;
min-height: 295px;
padding: 0 15px 0 15px;I tried to mess around with the theme and couldn't figure out the answer to your first question.
Posted 5 months ago #
Reply
You must log in to post.

