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/
Try adding this line to the end of style.css:
h2.home { float: right; }
pubdeals
Member
Posted 10 months ago #
Thanks, I tried that but it moves far to the middle?
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.
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?
Replace the first line I gave you with the second in style.css.
pubdeals
Member
Posted 10 months ago #
Great, it worked.
Thanks so much.