Forums

How to align Home Title in home page (7 posts)

  1. pubdeals
    Member
    Posted 10 months ago #

    Hi, I would be greatful if some one can explain how to align Home title in my home page. I got rid of the date and background, but it has changed the position of Home title of the post. I want to push Home title to the right to align with the rest of the content.
    Many Thanks

    Please see on the site.
    http://cityinmobile.co.uk/mobilesites/

  2. vtxyzzy
    Member
    Posted 10 months ago #

    Try adding this line to the end of style.css:

    h2.home { float: right; }

  3. pubdeals
    Member
    Posted 10 months ago #

    Thanks, I tried that but it moves far to the middle?

  4. vtxyzzy
    Member
    Posted 10 months ago #

    Sorry, I misunderstood where you wanted it. Please try this instead:

    h2.home { padding-left: 60px !important; }

    Adjust the 60px to the value you need.

  5. pubdeals
    Member
    Posted 10 months ago #

    Hi, thanks. I'm struggling to find h2.home { padding-left: 60px !important; } is it in style.css? and where?

  6. vtxyzzy
    Member
    Posted 10 months ago #

    Replace the first line I gave you with the second in style.css.

  7. pubdeals
    Member
    Posted 10 months ago #

    Great, it worked.
    Thanks so much.

Reply

You must log in to post.

About this Topic