Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3037 Issues in eCommerce Layout
  3. OFBIZ-2602

Main storefront page, Featured Products (middle column) overwrites right column. Should just crop column, but not overwrite right column.

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Release Branch 09.04, Trunk
    • 14.12.01, 12.04.06, 13.07.02, 16.11.01
    • ecommerce
    • None

    Description

      To fix this, add the following line to the ecommain.css:
      OLD version:
      #ecom-mainarea .center {
      margin-left:201px;
      margin-right:261px;
      voice-family:inherit;
      }

      NEW version
      #ecom-mainarea .center {
      margin-left:201px;
      margin-right:261px;
      overflow:hidden;
      voice-family:inherit;
      }
      This will force any overflow to be cropped.

      Attachments

        1. ecommain.css.patch
          0.4 kB
          Ruth Hoffman
        2. OFBIZ-2602.patch
          0.5 kB
          Amardeep Singh Jhajj
        3. ProductGrid.patch
          3 kB
          Scott Gray

        Issue Links

          Activity

            People

              jleroux Jacques Le Roux
              rhoffman@aesolves.com Ruth Hoffman
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: