Forums


Theme Lab Forums » Theme Support

Splashtastic - More Customisation Questions

(2 posts)

No tags yet.


  1. s872
    Member

    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 #
  2. Leland
    Key Master

    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 #

RSS feed for this topic

Reply

You must log in to post.

Recent Discussions

About The Author

Welcome to Theme Lab. My name is Leland, and I run the place. I write all the tutorials and code all the themes you see here on the site.

For more information about me, feel free to read the about page. If you want to drop me a message, feel free to contact me.

Interested in advertising on Theme Lab? We have advertising available at very reasonable rates. Head on over to the advertising page for further details.

Please read our Privacy Policy and Terms of Service in regards to theme usage.

© 2008 - Theme Lab - Powered by bbPress