Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Help with Theme WordPress

  • SOLVED

Hi,

Here's the site I'm working on: http://rockwellhouse.co/wordpress/

I would like the main content to disappear at the black line that stretches across the top of the page when you scroll down the page.

Please help!

Answers (5)

2010-09-28

Ivaylo Draganov answers:

It could be done with some CSS tweaking. Go to line 18 of your style.css and change the rules for div#head:


#head {
background-color:#FFFFFF;
left:-100px;
padding-top:20px;
position:fixed;
top:0;
z-index:999;
}


* I also changed div#head to simply #head as that is an ID and there is no need to use the tag too(it is recommended for better performance too).


Steven Ellis comments:

ooooh! nearly did it! I'll tell you what! this HAS helped. As I can change the logo! Cheers!

2010-09-28

Rashad Aliyev answers:

Hello,

Change your logo for making it.


http://rockwellhouse.co/wordpress/wp-content/themes/paintbox/images/logo.png


Rashad Aliyev comments:

You can edit it via any photo editor. I cropped it for you.