Mushed up titles in mini post list
-
Topic
-
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Tagged: hide thumbnail, mini post list
Hi Jason,
This wasn’t happening in Beta but started happening in the release version. If you choose to hide thumbnails in the Mini Post List builder element or shortcode, the titles all get squished like in this image:
http://postimg.org/image/kgqiu6ysx/
If the class is thumb-hide, then you need to do the following to prevent this:
.tb-mini-post-list.thumb-hide .content-wrapper {
position: relative;
top: auto;
}
Not sure if this is just Entrepreneur theme base. I haven’t checked all the bases.
Thanks! I was able to reproduce on my end, too. I’ll make sure its fixed in 2.0.2
.