Home › Forums › Winning Agent Pro Theme › Center Community Page images › Reply To: Center Community Page images
April 8, 2014 at 7:45 am #2782
Member
Hey Michelle,
Look for this in your CSS:
.home-communities .wap-community.entry {
float: left;
margin: 0 60px 30px 0;
padding: 0;
width: 240px;
}
You’ll need to chance the width on those to take up the available space OR increase the margin if you want same size, but more spread apart.
I use Firebug to help see where I need to change things in CSS. Here’s a quick demo if you’re not familiar with it.