I am trying to do a 2 column layout in joomla.
I want the column to be dynamic as in: If my right column does not have any content, the left column will follow the width of the wrapper. However if i insert contents in my right column, the left column will just resize to what ever width to fit the right column.
Although this have nothing to do with joomla, but FYI, people who make joomla templates uses php if else code.
if there is a right content, then load div box with "this" class/id. If there is no right content, load another div.
Just wondering if it is possible with css without using php.