Justin,
Yes, you are using a Bootstrap system as the others said. Bootstrap displays are set up on a 12 grid
type of system. It uses 12 grids across the page. Using smaller grids, such as two 6-grid groups would
fill in the page across the display. Looking at the Bootstrap page, you will have to locate the area that
explains how to do that. Here is the link to the layouts to give you more ideas on how you would want
to use it: http://getbootstrap.com/examples/grid/
One issue is that it can be a little tricky to implement it as you have to fully understand your current code
and how it all interacts with the grid system.
BUT, you might want to consider Bootstrap TAB systems instead. Where you current have the two titles
of “gallery” and “current properties”, you could alter these into tabs instead of two cols. In this way the
user would click on one of the titles and the corresponding content would appear below the title. Here is
a link to how Bootstrap TABs work. They are very easy to set up and we can help you with it if you decide
to use that option. http://getbootstrap.com/components/#nav-tabs
( To use TABs, you handle the title tabs first, you would only have two. They hide or unhide a
when
they are clicked. The content of the
selected then shows up below. It works very well and I have
used them in many ways. I have even nested them using multiple layers and fancy data inside of the tab
titles. )
Well, Justin, hope this helps…