Dear,
How can Align the Posts/Page titles to the right?
Dear,
How can Align the Posts/Page titles to the right?
Any Help Please:)?
This is generally a theme issue and you'd want to edit the CSS files inside your theme (or hardcode the html).
For further help, we'd need to see an address of your blog so we can see what theme you're using, etc.
http://www.unitedlebanese.com/ulhome
it's still not launched yet:)
In your template files, find style.css and edit it. Find the following block of code: (around 330 lines down)
#post-entry h1 {
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:1.8em;
font-weight:normal;
letter-spacing:-1px;
margin:0px;
padding:0px;
text-align:left; <---------------change to right;
width:510px;
}
Save and refresh your blog.
Sadly, I did that... Nothing Changed!
Any help again?
It appears that the CSS file wasn't saved or it didn't get uploaded to the right spot. It's still listing as left inside the css file.
Have you tried to edit the css file from Presentation/Theme Editor?
Did you save the change to the style.css file? Cos I'm looking at your site and the line that justin suggested you change still says text-align: left.
I did that an saved... then I Restored everything to the default:S!
If it did save and didn't change when you looked at it, it may have been your browsers cache showing you the older version. Editing that one spot will adjust your post titles to the right.
I set it right again.. nothing changed:S!
Refresh your browser. Your post titles are right aligned in my browser.
Ditto - your browser cache is showing you an old copy.
Thank you guys:D!
Thanks for your help:)!
This topic has been closed to new replies.