Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Content Gets Pushed Down

  1. #1
    Hank is offline Member
    Join Date
    Nov 2007
    Posts
    42

    Default Content Gets Pushed Down

    We are using ML 8.0.1.1 and for some reason the content on the category and product pages gets pushed down to the bottom of the page. It also extends horizontally beyond the side of the page. See attached image.

    How can we fix this?


  2. #2
    Richnyc30 is offline Senior Member
    Join Date
    Mar 2009
    Posts
    340

    Default CSS width definition

    A style parameter in the css file has the width for the area being pushed down width. I think it is originally 93 or something and needs to be a few more pixels and it will no longer push things down.
    I'm sure someone out there remembers the css parameter to change.

  3. #3
    Sennaya is offline Member
    Join Date
    Dec 2008
    Location
    http://www.ecscase.com
    Posts
    91

    Default

    I agree, there is a div somewhere too wide that makes it get pushed down.

    It is somewhere in modifications you have made, it doesn't come that way out of the box.
    You can try playing with the tables in the template if you changed them...
    Usually the defaults
    Skins/skin_01/
    template.ascx
    styles.css

    But more likely in the product display config files you selected in the product "Display Format XmlPackage"

    Web/xmlPackages/
    xxxxxxxxxxxxxx .config

    Sometimes it takes a bit of detective work to find the right fiel and code.
    The Firefox addon "Firebug" can sometimes help locate the exact code in the files, you have to install Greasemonkey, then Firebug.