Columns in horizontal mode

rickeylindberg / 2013-02-10 09:19:57   

Hi. Is it possible to create more than one column of text before the images in the horizontal plugin? My site is: rickeylindberg.dk/…

rickeylindberg / 2013-02-10 09:23:00   

I'm trying to get a little column next to the case description.. rickeylindberg.dk/index.php/work/--rains/

arsondpi / 2013-02-10 10:10:28   

Click the P (proccess html) button and create two columns using html.

  1. <div style='float:left; width: width_of_column_1;'>text here</div>
  2. <div style='float:left; width: width_of_column_2;'>text here</div>
  3.  

see if that works out. You may need to add another div in the end with a clear:both; attribute.

rickeylindberg / 2013-02-10 13:27:02   

Thanks arsondpi.. All though it didn't work.. Can you maybe write the code for the last div you mentioned?

Current look: rickeylindberg.dk/index.php/work/--rains/

rickeylindberg / 2013-02-10 13:41:21   

Nevermind arsondpi.. I figured it out.. the text width in my plugin was set too low.. Thanks for your help! Have a great sunday..

This thread has been closed, thank you.