pumalean
01-02-2010, 01:48 PM
I use a WordPres theme to build this:
http://nikon18200mm.com/test/
I need less spacing here.....which css code need tweak?
http://i381.photobucket.com/albums/oo251/ppcc2008/less-spacing.jpg
thanks for helping out.
#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.
abduraooft
01-02-2010, 02:07 PM
#header img {/*style.css (line 107)*/
margin-top:40px;
}
pumalean
01-02-2010, 02:33 PM
Guys, one more question.
If you pay attention, you'll see a border.....which is the code to change it's color?
http://i381.photobucket.com/albums/oo251/ppcc2008/border-colors.jpg
or is that an image?
thanks again for helping.
abduraooft
01-02-2010, 02:39 PM
You have #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 (http://getfirebug.com) for your Firefox, to inspect the html elements from browser.
pumalean
01-02-2010, 02:46 PM
color changed.
thanks much. :thumbsup: