Announcement

Collapse
No announcement yet.

Tryng to track down <div class='set-right'>

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

    Tryng to track down <div class='set-right'>

    I am currently in the process of updating our website and am struggling with the alignment on the front page in Firefox.

    I have tracked down the problem to the tag <div class='set-right'> which appears directly after <div class="fragment-list"> in the HTML.

    If I disable this using Firebug then the three purple boxes drop down below the blue box where they should be.

    I have looked through all the stylesheets and layouts in Sellerdeck but for the life of me I can not find where it is coming from.

    I am using Normans Multi Product Images but the unwanted tag appears to be inserted before that code.

    Does anyone have any ideas?

    The test site is here:
    http://www.avbdesigns.co.uk/acatalog/test/
    Unusual Silver Jewellery
    Giftmill - Unusual Gifts
    Crystal Healing Jewellery
    Steampunk Jewellery

    #2
    Fragment layouts now have styles embedded in variables, that's why they cannot be found in a search. For example the fragment image code:
    <actinic:variable formatting="div,style|set-right" name="FragmentImage" />
    Includes formatting and is converted to:
    <div class="set-right"><img src="image.jpg"></div>
    You could remove the formatting, however that may affect other pages. Alternatively create separate fragments.
    Peblaco

    Comment


      #3
      Thanks for your prompt help as usual Louise.

      That would explain why I can't find the tag anywhere - I was beginning to think I was doing something wrong.

      Swapping the order of the fragments (the blue box and purple boxes are both in separate customised fragments) did work as you suggested. For now I have added another fragment between them that is text only and includes a &nbsp; which has sorted things out for now.

      Many thanks for you help
      Unusual Silver Jewellery
      Giftmill - Unusual Gifts
      Crystal Healing Jewellery
      Steampunk Jewellery

      Comment

      Working...
      X