No Space Between Pictures

There are no spaces between pictures or albums. Is there a way to fix this?

Hey there,

Hope you are doing great! :slight_smile:

Can you please provide us with a link to your site? Also, I would suggest you debug this issue using WordPress default themes and other plugins deactivated.

Thanks & Regards, Archana.

The website is for members only. Here is the account I am using while I’m working on the website.

username. 40230 password. dolphin

Here is the link to the page in question:

http://residents.scgccmulti.wpengine.com/groups/garden-club/media/

I only have one group with downloaded media at this time.

Thanks

Hey there,

I have just checked the issue at your site. It seems that the CSS which is responsible for providing space between media/albums is being overridden by another CSS class of the theme you are using.

Class

.rtmedia-container .rtmedia-list .rtmedia-list-item { margin: 5px;

is being overridden by

.klein #buddypress ul.rtmedia-list li { margin: 0;

You can apply the margin here in the class,

.klein #buddypress ul.rtmedia-list li { margin: 5px; }

Hope this will work for you!

Thanks & Regards, Archana.

Thank you it worked perfectly!!!