Hi is there a way to simply add a thin black border to the thumbnails on all (or selected) modules and blocks?
On the home page of my site, http://www.mondodr.com, certain pictures where there are white backgrounds would benefit from a border.
Thanks
Hi strawberrybase,
Please try the code below and you can add the border to the thumbnails. The code have to be put in custom CSS area like this: http://screencast.com/t/ZbSP6ldB
.td-module-thumb {
border: 1px solid black;
}
The result you can see here: http://screencast.com/t/lMqXo2v2
Hope this helps.
Thanks!
-
This reply was modified 10 years by
Catalin.
Hi,
since i’ve added the css i’ve noticed that some thumbnail boxes are losing the border on the bottom edge. Can you think why this would be and what i might be able to do to fix this? Below is a link to my site.
http://www.mondialetest.co.uk/mondoarc/
Thanks
Hi strawberrybase,
I’ve checked your site and i saw your problem with thumbnails. You have to increase the height container with 1 px. Please try the code below in Theme panel->Custom Css area like this: http://screencast.com/t/bnY1XjkIO
.td_module_4 .td-module-thumb {
height: 236px;
}
The result should see here: http://screencast.com/t/Nz0FRw8VTdI
Thanks!
Thanks Catalin,
would you have a similar css code for adding this additional pixel to block 6 as i have this in use on the front page of my site
http://www.mondialetest.co.uk/mondoarc/
Thanks
