Thumbnail styling out of order
-
Greetings,
I’ve just installed your wonderful plugin, which seems to work pretty good. The styling of the thumbnails however was all over the place. It had visible bullet points which I managed to make go away. It’s still far from perfect. This is the CSS I’m currently using.
.crp_related { clear: both; margin: 10px 0; } .crp_related h3 { margin: 0 !important; } .crp_related ul { list-style: none; float: left; margin: 0 !important; padding: 0 !important; } .crp_related li, .crp_related a { float: left; overflow: hidden; position: relative; text-align: center; } .crp_related li { margin: 2px !important; border: 1px solid #ddd; } .crp_related li:hover { background: #eee; border-color: #bbb; } .crp_related a { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; text-decoration: none !important;
Any tips are appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Thumbnail styling out of order’ is closed to new replies.