Zen Cart Logo
Forums / General Questions / Left sidebox not resizing

Left sidebox not resizing

Views: 572

Results 1 to 5 of 5
11 Mar 2013, 12:47 AM
#1
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

Left sidebox not resizing

Tried to resize my sidebox today and noticed that it would not accommodate me.

In config/layout changes had no effect. And by the way, contrary to what the note says, it does make a difference if you use the units or not. At least for me. If I drop the px I get no change. Heres the odd thing, if I use the px, center column moves over accordingly, but sideboxes dont budge.

I am using default template and v1.5

A peak at the sourcecode shows that my changes in layout do show up, but sidebox actually stays the same.:frusty:

11 Mar 2013, 2:25 AM
#2
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

Re: Left sidebox not resizing

<table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper"> <tr> <td id="navColumnOne" class="columnLeft" style="width: 300px"> <div id="navColumnOneWrapper" style="width: 150px"><!--// bof: categories //--> <div class="leftBoxContainer" id="categories" style="width: 150px"> <h3 class="leftBoxHeading" id="categoriesHeading">Categories</h3> <div id="categoriesContent" class="sideBoxContent">
11 Mar 2013, 2:34 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Left sidebox not resizing

<td id="navColumnOne" class="columnLeft" style="width: 300px">
<div id="[B]navColumnOneWrapper" style="width: 150px[/B]">

You have not set the wrapper width
admin > config > layout settings > Column Width - Left
and
admin > config > layout settings > Column Width - Left Boxes

Should at least be the same

11 Mar 2013, 10:37 AM
#4
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

Re: Left sidebox not resizing

Attachment 12122Yes I have. that's the problem. check here and you will see the 300px shift.

11 Mar 2013, 10:49 AM
#5
pixelpadre avatar

pixelpadre

Suspended

Join Date:
Jun 2007
Location:
Eustis, Florida, USA, EARTH
Posts:
868
Plugin Contributions:
0

Re: Left sidebox not resizing

Attachment 12123

oh ########.:blush::blush::blush: Didnt see there were two left column settings