Side-by-side Listings

4 posts by 3 authors in: Forums > CMS Builder
Last Post: July 21, 2009   (RSS)

By texascoffee - July 19, 2009

Hi all,

I have a finished listings page here: http://creativetoybox.com/cmsAdmin/listings.php

I would like to show the listings side-by-side using this listings page: http://creativetoybox.com/cmsAdmin/listings2.php

I know how to make images appear in rows and columns from CMSBuilder. Any idea how to float two listings next to each other?

Thanks in advance for any help!

Re: [texascoffee] Side-by-side Listings

By Toledoh - July 19, 2009

At a glance, try adding a width to your .row1 in style.css

.row1 {
border-bottom:1px solid #C6C9CB;
float:left;
margin-bottom:38px;
padding:0 0 14px 6px;
width: 400px;
}


You'll have to play around with it, maybe create a new div to contain all the listings, and clear the float afterwards.

You may also use a count function to end and open a div with a bottom border every 2nd lisiting.

Good luck.
Cheers,

Tim (toledoh.com.au)

Re: [ross] Side-by-side Listings

By texascoffee - July 21, 2009

Thanks Tim!

I just created .row2 with your suggested changes and inserted a float break and it works great. I avoided inserting a line every two listings by setting a maximum height to the thumb images on the listings.php page.

I think the side-by-side listings display the info better and will inspire better conversions.

Mike