Header height
-
That’s it! Got perfect now!
I want to thank you very much! You were incredible and very helpful, even with some annoying questions hehehe…
I really appreciated your effort!
Regards :] -
Last thing, I swear hehe… Is there a way to put the titles above the featured images on the home page?
Thanks.
-
Is there a way to put the titles above the featured images on the home page?
Try this:
.lay1 > div .postitle { position: absolute; top: 0; width: 100%; margin: 0; padding: 0; } .lay1 > div { padding-top: 25px; } -
-
-
I gues my word isn’t very reliable, I do have more things to ask you hehe…
This bar here: http://danielkons1.files.wordpress.com/2012/05/untitled-11.jpg
isn’t appearing above the last post of all pages… Is there a way to fix that?Also, if you could help me changing the color of these bars, I’d appreciate a lot.
And the post “Zeca Diabo e Odorico Paraguaçu” title got desiligned…
Thanks!
-
I’ve tried a few times to see why the bar is missing for the 2nd to last image in some columns on http://danielkons1.wordpress.com/ but I haven’t been able to figure it out so far. Would it be possible for you ty try a test? Could you try removing all CSS from the Appearance → Custom Design → CSS page, save changes, and check to see if the problem still happens? If it does, it’s probably a theme code issue; if it doesn’t, it’s probably an issue with your Custom CSS. Once you’re done with the test your can revert back one step in the CSS revisions on the Appearance → Custom Design → CSS page.
The post “Zeca Diabo e Odorico Paraguaçu” title is not misaligned. It’s an effect of moving the post titles up. When you made that change, you had to set the height for the titles manually, and it must be the same for each post. With that modification (moving titles to the top), you have to either use the small titles that fit on one line or adjust the space for all the titles to always allow space for two lines.
-
Hi, I made some tests and the bars retuns appearing above the last post just when I take out the following CSS:
.lay1 {
width:900px;
margin-left:80px;
}.lay1 > div {
width:350px;
}.lay1 > div .postitle {
position:absolute;
top:0;
width:100%;
margin:0;
padding:0;
}.lay1 > div {
padding-top:30px;
}If I don’t take out all of them it does’t get back to normal….
-
-
- The topic ‘Header height’ is closed to new replies.