Announcement

Collapse
No announcement yet.

How do you remove Empty Space in Product Layout

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How do you remove Empty Space in Product Layout

    On product pages i.e. http://www.thebedsheduk.com/store/On...dframes_5.html
    There is a big space between the product price and the 'More Info ..' button. I can't find in the code what could be creating this big void. I've check for <Br><p> tags throughout the layout, and I've put 'block if' around anything that might not be used i.e. product description, links, etc.. This is driving me insane.

    Any ideas how to condense to look like www.bedworld.net product catalogue?
    Thanks

    #2
    At a guess you have <p> tag around CartError in actinic.
    Try using firefox and install firebug to check your pages out.
    "If my answers frighten you then you should cease asking scary questions"

    Comment


      #3
      A quick glance:

      h3.product_price has a padding of 20px at the bottom.

      the div containing the button has a <br> tag before the button.

      And, as chunkesolutions says, there are <p> tags wrapping the Cart error.

      Comment


        #4
        and if customer feedback is of any value to you, I recently bought a new bed and a new mattress, and I'd have run a mile from www.bedworld.net. It's a rather cluttered and unfriendly site, IMHO.

        Comment

        Working...
        X