Responsive columns pages

6 posts by 4 authors in: Forums > CMS Builder
Last Post: August 27, 2015   (RSS)

By Damon - August 26, 2015

Hi Patrica,

Check out this Live fluid grid example here:
http://getbootstrap.com/2.3.2/scaffolding.html#fluidGridSystem

Make the browser window small to see how the boxes stack, then view source to see the code used.

I think this is what you are after.

Cheers,
Damon Edis - interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By Toledoh - August 26, 2015

If you change the following:

<a href="<?php echo $record['_link'] ?>"> <img src="<?php echo htmlencode($upload['thumbUrlPath3']) ?>" width="400" height="268" alt="" /></a>

to 

<a href="<?php echo $record['_link'] ?>"> <img src="<?php echo htmlencode($upload['thumbUrlPath3']) ?>" class="responsiveImage" /></a>

And add another class to your stylesheet: .responsiveImage{ max-width:100%;}

Cheers,

Tim (toledoh.com.au)

By thenetgirl - August 27, 2015

Yeah that did nothing for responsiveness of the rows, columns or tables just resized my images. Toledoh 

and that bootstrap link is way out dated I have the correct bootstrap info

I just need the  2 listing on a row and to loop the rows with 2 up each time to be responsive

 I can't believe it should be this hard but ..it seems to be.

Patricia

www.thenetgirl.com

By JeffC - August 27, 2015

Try changing 

<div class="col-xs-6">

to

<div class="col-xs-12 col-sm-6">

That should make the column full screen width on devices narrower than 768px wide and two columns on devices >768px

Jeff

By thenetgirl - August 27, 2015

Perfect Jeffncou thank you  thank  you ......................... dang that was to simple  and I get it  now!  :-)

Patricia

www.thenetgirl.com