Announcement

Collapse
No announcement yet.

How do I get rid of unwanted space?

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

    How do I get rid of unwanted space?

    Hi, I am in the midst of building my first online shop and have just altered the Act_sectionLine template so that the items in the section are displayed in two rows of three, rather than one on top of another.

    However, I have now ended up with a lot of unwanted space between the bottom of my items and the bottom of the website. I cannot seem to find the template that is responsible for altering the amount of space that now currently exists. Can anyone advise? The URL of the page (so you can see what I mean) is
    http://trials.actinic.com/trials/tri...ollection.html

    Thanks,

    Ian

    #2
    Hi Ian

    Check your Act_ProductBody.html and remove the <br> tags from here. Please check this.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi Nadeem,

      have already looked at this and unfortunately there are no <br> tags in the code to remove. Please see below, which is the code as it stands:

      <!-- ProductBody HTML begin -->
      <!-- Insert HTML for the top of the product body -->

      <A NAME="sectiontop">
      <DIV ALIGN="CENTER">
      NETQUOTEVAR:PARENTSECTIONSTOP
      </DIV>
      <!-- NETQUOTEVAR:TOPLEVELSECTIONSTOP -->
      NETQUOTEVAR:SECTIONLISTTOP
      NETQUOTEVAR:TOPSECTIONSEPARATOR
      NETQUOTEVAR:CARTERRORLISTXML
      </A>
      NETQUOTEVAR:HIDDENINPUT
      NETQUOTEVARISCOUNTINFOBULK
      NETQUOTEVAR:PRODUCTBULK
      <A NAME="sectionbottom">
      <DIV ALIGN="RIGHT">
      NETQUOTEVAR:SINGLEADD
      </DIV>
      NETQUOTEVAR:BOTTOMSECTIONSEPARATOR
      NETQUOTEVAR:SECTIONLISTBOTTOM
      <!-- NETQUOTEVAR:TOPLEVELSECTIONSBOTTOM -->
      <DIV ALIGN="CENTER">
      NETQUOTEVAR:PARENTSECTIONSBOTTOM
      </DIV>
      </A>
      <!-- Insert HTML for the bottom of the product body -->
      <!-- ProductBody HTML end -->

      Comment


        #4
        Hi,

        Looking at the source of that page, you have a table with the height set to 132%. I think this is the cause of the extra space. If you can find the template that this is in then you can reduce the size. Look in your primary template for this section it could be set on the table around NETQUOTEVAR:BULK.
        ********************
        Tracey
        SellerDeck

        Comment

        Working...
        X