help with v2 horizontal format

Trebaffetti / 2015-01-02 16:36:03   

Hello, I'm working on my website and I have a problem with horizontal format, it looks like there's something not working with the space that the text should fill

federicociamei.com/index.php/project/undone/

looking at the code:

probably width shouldn't be 0 pixels

I downloaded and overwrited the lastest format_horizontal.php and the css also but I can't find a solution, please help.

I know css and some php

thank you

Federico

Trebaffetti / 2015-01-02 16:37:17   

sorry this is the missing code, I forgot the code tags

  1. <div class='textor' style='float: left; width: 0px;'>
Trebaffetti / 2015-01-02 16:39:46   

php code is (my server is using php5.4):

  1. $content = "<div class='textor' style='float: left; width: " . ($this->text_width + (2 * $margin)) . "px;'>n";
Trebaffetti / 2015-01-02 17:17:13   

sorry, I've found the solution myself.

I haven't seen the page to configure settings

This thread has been closed, thank you.