Announcement

Collapse
No announcement yet.

Moving "More..." link below image

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

    Moving "More..." link below image

    On my products page, the location of 'More...' and 'Related Produtcs' moves around depending on the size of the image and the quantity of text. Is there a way to force 'More...' and anything after it to start under the image without padding the text out with <CR>?

    V9.0.1

    e.g.
    http://www.homeautomation-direct.com/shop/Devolo.html
    www.homeautomation-direct.com

    Energy Monitors and X-10 automation hardware

    #2
    add:

    .clear {
    clear: both;
    }

    to your stylesheet

    and then add:

    <br class="clear"/>

    just above the code bringing in the more link.

    Comment


      #3
      I tried that but it didn't seem to work, so I added a few x's to confirm where it was going and it seems to be in the right place.

      <actinic:variable name="CartError" />
      <actinic:variable name="ProductDescription" />
      <br class="clear"/> xxx
      <actinic:variable name="ExtendedInformationLinks" />
      www.homeautomation-direct.com

      Energy Monitors and X-10 automation hardware

      Comment


        #4
        Allow the music on your PC to be played on your second hi-fi without running cables. Needs Audio Extender Kit to work.<br><br><br><a href="info_DL_AE.html"> More...</a><br><a href="http://www.devolo.co.uk/uk_EN/produkte/dLAN/dlanaudioextsk-945.html"> Manufactures web site...</a><br><br><br><strong>Related products:</strong><br>
        i can't see the code Lee's recommended in the source - or have you undone it?

        Comment


          #5
          You could try

          <br style="clear:both;"/>

          or

          <br clear="all"/>

          in case there's a problem using the Actinic stylesheet. Lee's solution is the best one, however.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            URL to see it at all?
            Possibly not included in the css correctly?

            Comment


              #7
              I hadn't uploaded the store as it didn't work in preview mode, but I have now.
              www.homeautomation-direct.com

              Energy Monitors and X-10 automation hardware

              Comment


                #8
                Originally posted by leehack
                URL to see it at all?
                Possibly not included in the css correctly?
                The style sheet was wrong. I'd missed the '.' out of .clear. It works now, thanks.
                www.homeautomation-direct.com

                Energy Monitors and X-10 automation hardware

                Comment


                  #9
                  It is sometimes worth deleting the actinic.css (and external stylesheets) from the PreviewHTML if it is not previewing and forcing a refresh


                  Bikster
                  SellerDeck Designs and Responsive Themes

                  Comment

                  Working...
                  X