Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-02-2010, 01:48 PM   PM User | #1
pumalean
New Coder

 
Join Date: Jul 2008
Posts: 42
Thanks: 19
Thanked 1 Time in 1 Post
pumalean is an unknown quantity at this point
Which CSS Code To Tweak This?

I use a WordPres theme to build this:

http://nikon18200mm.com/test/

I need less spacing here.....which css code need tweak?



thanks for helping out.
pumalean is offline   Reply With Quote
Old 01-02-2010, 02:06 PM   PM User | #2
met
Regular Coder

 
Join Date: Oct 2009
Location: United Kingdom
Posts: 728
Thanks: 4
Thanked 119 Times in 119 Posts
met has a little shameless behaviour in the past
Code:
#header #logo  h1 { margin-bottom:0px; }
altho i should say, you have an empty <h2> tag..and I think you intend the image to be inside the <h1> but i'm not entirely sure.
met is offline   Reply With Quote
Users who have thanked met for this post:
pumalean (01-02-2010)
Old 01-02-2010, 02:07 PM   PM User | #3
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
Code:
#header img {/*style.css (line 107)*/
margin-top:40px;
}
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)

Last edited by abduraooft; 01-02-2010 at 02:09 PM..
abduraooft is offline   Reply With Quote
Users who have thanked abduraooft for this post:
pumalean (01-02-2010)
Old 01-02-2010, 02:28 PM   PM User | #4
pumalean
New Coder

 
Join Date: Jul 2008
Posts: 42
Thanks: 19
Thanked 1 Time in 1 Post
pumalean is an unknown quantity at this point
fixed!

thanks guys ;-)
pumalean is offline   Reply With Quote
Old 01-02-2010, 02:33 PM   PM User | #5
pumalean
New Coder

 
Join Date: Jul 2008
Posts: 42
Thanks: 19
Thanked 1 Time in 1 Post
pumalean is an unknown quantity at this point
Guys, one more question.

If you pay attention, you'll see a border.....which is the code to change it's color?



or is that an image?

thanks again for helping.
pumalean is offline   Reply With Quote
Old 01-02-2010, 02:39 PM   PM User | #6
abduraooft
Supreme Master coder!

 
abduraooft's Avatar
 
Join Date: Mar 2007
Location: N/A
Posts: 14,680
Thanks: 158
Thanked 2,182 Times in 2,169 Posts
abduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really niceabduraooft is just really nice
You have
Code:
#main {/*minimal.css (line 70)*/
background:transparent url(minimal/main.png) repeat scroll left top;
}
#main {/*style.css (line 89)*/
padding:10px;
width:940px;
}
in your CSS, to give that effect.

PS: Get firebug for your Firefox, to inspect the html elements from browser.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
abduraooft is offline   Reply With Quote
Old 01-02-2010, 02:46 PM   PM User | #7
pumalean
New Coder

 
Join Date: Jul 2008
Posts: 42
Thanks: 19
Thanked 1 Time in 1 Post
pumalean is an unknown quantity at this point
color changed.

thanks much.
pumalean is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:06 PM.


Advertisement
Log in to turn off these ads.