Hello. Well, over my sidebar my header is cut off slightly. Right over the sidebar on the top of the site. Does anyone know how to fix this?
My site is http://clubpenguincp.com
Thanks for the help.
Chrisdog93
http://clubpenguincp.com
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello. Well, over my sidebar my header is cut off slightly. Right over the sidebar on the top of the site. Does anyone know how to fix this?
My site is http://clubpenguincp.com
Thanks for the help.
Chrisdog93
http://clubpenguincp.com
Do you have Custom CSS?
Yes, I do.
yeah s/he does and I see your modifying the Silver is the New Black theme. I can't figure out how to solve the problem but I will keep trying until someone else comes along.
Find #menu in your CSS and try this in your CSS Editor:
#menu {
padding-left: 7px;
border-bottom: 30px solid #FFF;
margin-bottom: 30px;
position: absolute;
right: 14px;
top: 90px;
width: 200px;
}
This topic has been closed to new replies.