amitrca
Forum Replies Created
-
Hi,
In your CSS file where you call the image for the post content
add img tag as
.post img{
align:center;
}also give padding left/right as per the setting.
Hello my friend,
Now Just replace your CSS with the following code, and let me know.
[over 10 lines of CSS code moderated – read the forum guidelines]
Best of Luck…..
Hi,
your page width is 780px; so make #nav width also 780px; and padding-left
Hi,
Yes absolutely it is possible, if you want menus in right side again do one thing in style.css file at #nav .left{…} write:
float: right;
padding-top:105px;
height:auto;Also, if you want to add logo at the place where River Bottom Retrievers is written, then in header section upload the logo image.
Forum: Themes and Templates
In reply to: How to remove comment timestampHi,
Look at your page.php template (or the custom page template you are using for your static pages) for:
<?php the_time(); ?> or <?php the_date(); ?>
These are the functions that output the time/date. Just delete or comment them out.
Forum: Themes and Templates
In reply to: Adding facebook and twitter field on twentyeleven theme optionsHi,
I think it http://wpengineer.com/2310/extend-the-twentyeleven-navigation-with-your-social-icons/ should help you. Best of Luck
Forum: Themes and Templates
In reply to: CSS formatting issueHi,
Just write float:left; in .post {…} at style.css (line 150)