PDA

View Full Version : How to Add Space between images posted in threads


grafixonline
09-16-2013, 09:58 PM
Is there a way to add a space between images that users post in threds? Right now as is when multiple images get posted they are side by side or right next to each other one on top of the other. Thanks for any help.

paulket
09-16-2013, 10:59 PM
Add something like this to your additional.css template:

.content img {
margin-right: 10px;
margin-bottom: 10px;
}

grafixonline
09-17-2013, 03:30 PM
Thanks, but it didn't work. Any other ideas?

paulket
09-18-2013, 10:49 AM
Thanks, but it didn't work. Any other ideas?

Can you post a link to where the issue is taking place?