[Theme: Grisaille] Post Title css problem in Grisaille theme front page.
-
Hi everyone
I’m writing you to signal a little bug in the home page of the Grisaille Theme. The developer told me to address you about bug fixes since you are take caring of the theme now.
Here are the bugs:
If your posts have too long titles, those titles go below and get covered by the “leave a comment button”.
Example here: http://onebakaapart.wordpress.com/
One easy fix could be to decrease the width of the tag of the post title adding (or editing) this css rule:
#primary-content h1.post-title a, #primary-content h2.post-title a{
width: 65% //instead of 460px
}
This way the title won’t get covered anymore. Furthermore it won’t overflow in the mobile view.Also the comment button screws up in the mobile view. The button could be made relative instead of absolute and top and right rules resetted, and maybe the button could be moved above the title.
One last thing! In the mobile view the featured images in post should have the float resetted!
Is there any Git like repository of the theme where I can push some changes?
Thanks!
Blog url: http://onebakaapart.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
- The topic ‘[Theme: Grisaille] Post Title css problem in Grisaille theme front page.’ is closed to new replies.