eCommerce page width changed with upgrade

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
2/5/2012 1:17:59 PM
Gravatar
Total Posts 383
Thanks Squire Dude

eCommerce page width changed with upgrade

Hi,

I just updated my site to 2.3.8.1 and now when I go to my eCommerce or Shopping Cart pages they are all half width and left alignment.

Anyone got a suggestion of thought on how I can rectify this?

Thanks

2/5/2012 1:50:19 PM
Gravatar
Total Posts 18439

Re: eCommerce page width changed with upgrade

Look for this in your theme.skin file:

<portal:InnerBodyPanel runat="server"
ExtraCssClasses="art-layout-cell layout-item-0"
DetectSideColumn="true"
SideColumnxtraCssClasses="art-box-body art-blockcontent-body"
/>

change it like this:

<portal:InnerBodyPanel runat="server"
ExtraCssClasses=""
DetectSideColumn="true"
SideColumnxtraCssClasses="art-box-body art-blockcontent-body"
/>

Hope that helps,

Joe

2/6/2012 11:19:52 AM
Gravatar
Total Posts 383
Thanks Squire Dude

Re: eCommerce page width changed with upgrade

Hi Joe,

Thanks for the suggestion it worked perfectly.

By the way this anomoly of scrunching up to the left half of the page ONLY happens on the onening page of the Shopping Cart!  This seems to be a Version (either Artisteer (used Artisteer 3.1 to cresate site skins) of mojoPortal 2.3.8.1) issue as I just checked another of my mojo sites (www.SeamanMarineSoftware.com) and it has the exact same issue?

Maybe on the enxt update you can include the fix!

Thanks

You must sign in to post in the forums. This thread is closed to new posts.