ravingcode
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Move logo to centerTry adjusting the css in …
.logo img {}
Forum: Fixing WordPress
In reply to: How to display a form & Image inlineIs it possible to paste your link here? It’s easier for me to take a look at it that way. 🙂
Forum: Fixing WordPress
In reply to: How to display a form & Image inlineTry using floats?
Forum: Fixing WordPress
In reply to: New posts in two pages?If you go to Posts > Categories, there should be a text area for you to fill in some description of each category. In order to change the top “Archive for the ‘Audi’ Category” will require you to change the archives.php page.
Forum: Fixing WordPress
In reply to: For the life of me, I can't change the border colour/px sizeI think this is the line
#gallery-2 img {
border: 2px solid #cfcfcf;
}Perhaps try adding this line into your styles.css
#gallery-2 img{border:2px solid #ff0000 !important;}
If it works, it should change the border to red. If it works then just change it to your desired color code.
Forum: Fixing WordPress
In reply to: Remove sidebar content from twenty eleven child themePerhaps it’s in the sidebar.php?
Forum: Fixing WordPress
In reply to: margin-top: 28px !important;Do you still have that problem? I don’t seem to see the margin.
Forum: Fixing WordPress
In reply to: Problem deleting image on front pageNo problem, glad to be able to help. Cheers!
Forum: Fixing WordPress
In reply to: What is the keywordTry using a plugin call wp-pagenavi
Forum: Fixing WordPress
In reply to: Problem deleting image on front pageHi there,
Perhaps you can check on your widget and see if you can remove it from there?