Left/right side bar panels
-
- Ensign (ENS)
- Posts: 9
- Joined: Thu Dec 13, 2007 12:08 pm
- Location: New York/Massachusetts
- Contact:
Left/right side bar panels
Hello,
I am a novice AbleCommerce user with limited coding background. After an upgrade to RC3, my left and right sidebar widths changed, squeezing the content. I thought I found where to change the size (below under width) but nothing happens on screen after refresh.
Also, Mozilla shows my site differently than IE. I would think that AbleCommerce would have uniformity among different browsers.
Am I in the right place to resize my sidebars? (store.behavior.org)
Also, for a site with little customization, how much time should be spent on an upgrade?
Thank you!
Rebekah
Where I changed my sidebar widths within Themes Manager:
style.css
/* container for the left sidebar content */
#leftSidebarPanel
{
display: block;
width: 200px;
float: left;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #EFEFEF;
border: 1px solid #D4D4D4;
}
I am a novice AbleCommerce user with limited coding background. After an upgrade to RC3, my left and right sidebar widths changed, squeezing the content. I thought I found where to change the size (below under width) but nothing happens on screen after refresh.
Also, Mozilla shows my site differently than IE. I would think that AbleCommerce would have uniformity among different browsers.
Am I in the right place to resize my sidebars? (store.behavior.org)
Also, for a site with little customization, how much time should be spent on an upgrade?
Thank you!
Rebekah
Where I changed my sidebar widths within Themes Manager:
style.css
/* container for the left sidebar content */
#leftSidebarPanel
{
display: block;
width: 200px;
float: left;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #EFEFEF;
border: 1px solid #D4D4D4;
}
Rebekah Pavlik
Cambridge Center for Behavioral Studies
Cambridge Center for Behavioral Studies
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Left/right side bar panels
That should change the size of the left nav. When you did the upgrade, did you use your existing style.css, or did it get replaced?
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx
-
- Ensign (ENS)
- Posts: 11
- Joined: Thu Apr 10, 2008 9:20 pm
Re: Left/right side bar panels
i have a problem 
for some reason i cant widen then RightSideBar layout...i have included some screen shots for you to see, and as you can see in the CSS code, i have the width set to 400px and it still wont budge...so im not sure if i have it in the wrong place or its a bug? hmmm so please let me know
THX





for some reason i cant widen then RightSideBar layout...i have included some screen shots for you to see, and as you can see in the CSS code, i have the width set to 400px and it still wont budge...so im not sure if i have it in the wrong place or its a bug? hmmm so please let me know





Re: Left/right side bar panels
It would be lot more helpful if you provide your website URL here
-
- Ensign (ENS)
- Posts: 11
- Joined: Thu Apr 10, 2008 9:20 pm
Re: Left/right side bar panels
I just started like three days ago, so i dont think it was changed at all....what do you think it could be? should i submit it as a bug?jmestep wrote:That should change the size of the left nav. When you did the upgrade, did you use your existing style.css, or did it get replaced?
-
- Ensign (ENS)
- Posts: 11
- Joined: Thu Apr 10, 2008 9:20 pm
Re: Left/right side bar panels
its available via IP currently - http://216.139.229.138/mazhar wrote:It would be lot more helpful if you provide your website URL here
Re: Left/right side bar panels
In the CSS locate the following style
and disable this width.
Code: Select all
#mainPanel {style.css (line 322)
padding:10px;
width:100%;
}
Code: Select all
#mainPanel {style.css (line 322)
padding:10px;
/*width:100%;*/
}
Re: Left/right side bar panels
Try to use the FireFox's FireBug plugin for this sort of problems. It will be very helpful for you.
-
- Ensign (ENS)
- Posts: 11
- Joined: Thu Apr 10, 2008 9:20 pm
Re: Left/right side bar panels
mazhar wrote:In the CSS locate the following styleand disable this width.Code: Select all
#mainPanel {style.css (line 322) padding:10px; width:100%; }
Code: Select all
#mainPanel {style.css (line 322) padding:10px; /*width:100%;*/ }
PERFECT


-
- Ensign (ENS)
- Posts: 9
- Joined: Thu Dec 13, 2007 12:08 pm
- Location: New York/Massachusetts
- Contact:
Re: Left/right side bar panels
I wrote the original message about sidebars. I put this project aside & now back. I changed the mainPanel section in css to reflect the last suggestion:
/* container for the main panel content */
#mainPanel
{
padding: 0 4px;
/*width:100%;*/
}
My rightsidebar & leftsidebar widths are either 300 or 400 px.
/* container for the right sidebar content */
#rightSidebarPanel
{
width:300px;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #FEF5EE;
border: 1px solid #F99034;
After upgrade AC7 to RC2, the sidebars got resized. My attempts to resize them through css aren't working. Any suggestions?
Thank you!!!
Rebekah
/* container for the main panel content */
#mainPanel
{
padding: 0 4px;
/*width:100%;*/
}
My rightsidebar & leftsidebar widths are either 300 or 400 px.
/* container for the right sidebar content */
#rightSidebarPanel
{
width:300px;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #FEF5EE;
border: 1px solid #F99034;
After upgrade AC7 to RC2, the sidebars got resized. My attempts to resize them through css aren't working. Any suggestions?
Thank you!!!
Rebekah
Rebekah Pavlik
Cambridge Center for Behavioral Studies
Cambridge Center for Behavioral Studies
Re: Left/right side bar panels
Do you have some online URL to the page, if so please post it here.I wrote the original message about sidebars. I put this project aside & now back. I changed the mainPanel section in css to reflect the last suggestion:
/* container for the main panel content */
#mainPanel
{
padding: 0 4px;
/*width:100%;*/
}
My rightsidebar & leftsidebar widths are either 300 or 400 px.
/* container for the right sidebar content */
#rightSidebarPanel
{
width:300px;
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #FEF5EE;
border: 1px solid #F99034;
After upgrade AC7 to RC2, the sidebars got resized. My attempts to resize them through css aren't working. Any suggestions?
Thank you!!!
Rebekah
-
- Ensign (ENS)
- Posts: 9
- Joined: Thu Dec 13, 2007 12:08 pm
- Location: New York/Massachusetts
- Contact:
Re: Left/right side bar panels
thank you!
http://store.behavior.org
See "Categories" and "Features" on left/right. They were the correct size before the upgrade.
http://store.behavior.org
See "Categories" and "Features" on left/right. They were the correct size before the upgrade.

Rebekah Pavlik
Cambridge Center for Behavioral Studies
Cambridge Center for Behavioral Studies
Re: Left/right side bar panels
Try the following code
Code: Select all
#leftSidebarPanel
{
width:200px; /*Change the width from 300 to 200*/
....
...
...
}
#mainPanel {style2.css (line 360)
padding:0 4px;
/*width:100%;*/
}
#rightSidebarPanel
{
width:200px;width:200px; /*Change the width from 300 to 200*/
.....
.....
.....
}
-
- Ensign (ENS)
- Posts: 9
- Joined: Thu Dec 13, 2007 12:08 pm
- Location: New York/Massachusetts
- Contact:
Re: Left/right side bar panels
I finally discovered I am most likely in the wrong file to make the width changes to css.
I am using Tiger Lilly Themes in my AC store.
I have changed the style.css files under the following paths: App_Themes/TigerLilly and App_Themes/AbleCommerce_RC3_version.
Where else should I change widths and disable mainPanel width???
store.behavior.org
I am using Tiger Lilly Themes in my AC store.
I have changed the style.css files under the following paths: App_Themes/TigerLilly and App_Themes/AbleCommerce_RC3_version.
Where else should I change widths and disable mainPanel width???
store.behavior.org
Rebekah Pavlik
Cambridge Center for Behavioral Studies
Cambridge Center for Behavioral Studies
Re: Left/right side bar panels
If you are using TigerLilly then you just need to change the style.css file under App_Themes/TigerLilly/
-
- Ensign (ENS)
- Posts: 9
- Joined: Thu Dec 13, 2007 12:08 pm
- Location: New York/Massachusetts
- Contact:
Re: Left/right side bar panels
I changed the file within App_Themes/Tiger Lilly. I will attach the file as it was changed. I recently made a change to our order form based on code for another problem & it worked, so I believe I am in the correct directory within our server.
So, for the 8th time, at least, I made the changes to sidebar (300 px & 200 px) and disabled with 100% width within MainPanel css options. Due to an IE problem I am working with Mozilla Firefox now as an internet explorer application. I was excited to see my lefthand sidebar was indeed 300 px. HOWEVER, a test on IE came up nil. Same problems all over.
Suggestions? (Again, the URL is http://store.behavior.org)
Thanks! Rebekah
So, for the 8th time, at least, I made the changes to sidebar (300 px & 200 px) and disabled with 100% width within MainPanel css options. Due to an IE problem I am working with Mozilla Firefox now as an internet explorer application. I was excited to see my lefthand sidebar was indeed 300 px. HOWEVER, a test on IE came up nil. Same problems all over.
Suggestions? (Again, the URL is http://store.behavior.org)
Thanks! Rebekah
Rebekah Pavlik
Cambridge Center for Behavioral Studies
Cambridge Center for Behavioral Studies