page width problem

good day to all of you.

i have a problem with the page width on page builder. i adusted the page width to 783px both on the page width and the other pages width but it doesn't apply to my site. does anyone know what's wrong?

thanks.. this is my first post.. hope someone can help me.. =)

Quote · 2 Oct 2008

Recheck width of your page by firebug - are width changed?

Quote · 3 Oct 2008

thanks for the reply... and that's a great add-on to firefox.. thanks for that too.. however i can't seem to find the page width using firebug... or maybe i just don't know where to look.. =)

anyways.. i'll keep looking.. thanks again...

Quote · 3 Oct 2008

ok.. so i managed to have the time again to work on my site.. but unfortunately i still can't find a solution to my page width problem.. it's always at 100% at whatever screen resolution i changed to...in my page builder both page width and other pages width are set to 783px.. i even tried looking at the database table glparam as what andrew had said in another forum and the page width there was also set to 783px.. am i missing something?? does anyone how to solve this problem?? thanks in advance..

Quote · 5 Oct 2008

Hi there.

Can you please provide us with your FTP and Cpanel access details to support@boonex.com

And we will check it up.

Regards

Artur A

Quote · 6 Oct 2008

As by default:

.main {general.css (line 118)
background-color:#FFFFFF;
border:1px solid #999999;
margin:4px auto 5px;
position:relative;
width:960px;
}

in our header we see that:

 <div class="main" style="width: __main_div_width__">

after , our 'design.inc.php' replace this variable to:

case 'main_div_width': $sRet = getParam('main_div_width'); break;

So, this is just glparam variable, you can change this in phpMyAdmin directly if your builder not change its

Quote · 6 Oct 2008

many thanks for the replies.. anyways i just re-installed dolphin.. i already adjusted the pages to my desired width and it's ok now.. thanks again..

Quote · 6 Oct 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.