Need Help With Wordpress (CSS Stylesheet & More)

Status
Not open for further replies.

TheUltimate

The Ultimate Member
Aug 21, 2006
94
0
0
www.theultimatepublishing.com
Rating - 0%
0   0   0
1) wordpress CSS

Here's an example of one of my blog post:
Kezooki.com » 7 Simple Secrets Of Naturally Lucky People

Here's what you see when you click on "email this post" button:
http://www.kezooki.com/blog/secrets-of-naturally-lucky-peoplesemail

The CSS stylesheet looks out of place. I need the sidebar to be in place on the right side.


2) problem with IE7

Kezooki.com looks alright with most browsers but looks really bad on IE7. As you scroll down the page, the white background becomes blue, making it really hard to read.


3) post title

3 Important Things To Do On Your Wordpress Blog | The Ultimate Publishing Blog
I want the title of post, eg. "3 Important Things To Do On Your Wordpress Blog" to be bold & also 2 sizes bigger than the present size.


Please DON'T PM me! Send your quote here:
Contact Me | The Ultimate Publishing Blog
Remember to show me your wordpress blog & show some past work you've done.
 


3) To make your title look bigger and bolder open your style.css and change:
Code:
h2 {
font-size : 140%;
}
into something like this:
Code:
h2 {
    font: 24px Arial, Helvetica, sans-serif;
    font-weight: bold;
}
Use the font size and font type according to you preferences.

I could also help you out with your other style problems, but the page takes ages to load (by the time I am writing this it's still loading...)
 
Status
Not open for further replies.