Zidalgo Wordpress Forums | title on single post

You must be logged in to post Login Register

Search Forums:


 






title on single post

No Tags
UserPost

8:04 pm
February 18, 2010


lebranche

Member

posts 4

1

Hello, I have the Minimal theme and i love it. It's not live yet, you can see the test site here: http://lebranche.net/test-blog/lemag/

I'm having a bit of a problem with the title on the single post. The <H1> tag, the title of the post, is floating all weird. http://lebranche.net/test-blog…..-al-purdy/

I have a few more questions too…

* Is it possible to use Trade Gothic Bold in the Nav Bar?

* I can't figure out how to keep the black bar from appearing when you roll over the images in the sidebar. it's doing it because of the rollover i have in the body copy (all things clickable), I'm not sure how to keep it from doing it when you roll over the images. http://lebranche.net/test-blog/lemag/


12:28 pm
February 21, 2010


admin

Admin

posts 173

2

Post edited 12:29 pm – February 21, 2010 by admin


Hi,

Seems like you're having problems with your CSS, I've checked and you have several definitions for h1 in the stylesheet, one of them is this one:

h1 {
background: black;
width: 547px;
padding-left: 3px;
padding-bottom: 1px;
padding-top: 0px;
}

You can see that you have the width of every h1 on the page set to a fixed width of 547px, that's why it's
floating all weird, also you have the backgroudn set to black that means that everything inside an h1 tag
will have a black background that's why the black bar is appearing.

In order to fix that you'll need to fix your stylesheet, the same for the nav bar font.

No Tags