Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Problems in Config CSS (http://forum.bytesforall.com/showthread.php?t=18343)

disfasia Sep 11, 2012 11:44 AM

[SOLVED] Problems in Config CSS
 
http://oneworldnow.net/ is my site

I have been able to do many things but still I cannot do others:

1. I added this for padding but it also makes a space in the title "oneworld" and "now"

body.page-id-2046 h2 class= {padding-bottom: 15px;}

I just want a space on the main page under the title. How:

2. It tried to colour the font--I did the folliwng plus font-color, etc. nothing works.

body.page-id-2046 h2 {color: #666666;}


Please help :)

Thanks in advance!

lmilesw Sep 11, 2012 12:50 PM

You need to target just what you want to affect.

Your code is saying I want all h2 elements on body.page-id-2046 should have a bottom padding of 15px and the site title is an h2 element so it puts a padding there as well as the post title which is also an h2 element.

You need to target just what you want to affect.

disfasia Sep 11, 2012 04:57 PM

Thanks so much! I figured it out...thanks to you both!

Cheers.


All times are GMT -6. The time now is 10:56 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.