Announcement

Collapse
No announcement yet.

Layout problems - textwrapping funny

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

    Layout problems - textwrapping funny

    Hi Can you please have a look at:

    http://www.pedigreecharm.co.uk/acata...ollie-Dog.html

    It's happening on all the pages in my local copy.

    The text is wrapping around all the images, almost as if there is no break between the products.

    I have no idea why it's just started doing this as I can't recall changing ANY settings recently. Is it a CSS problem? Has the css file gotten edited somehow?

    Thanks in advance

    Maria

    #2
    This is a CSS issue and is therefore 'default' on all your products. This is caused by your CSS class #content_holder having the 'text align: center;' attribute. Did you edit the layouts yourself or did you have a designer do this for you?

    Comment


      #3
      Grant - I think it is because the layout list has had the <td> content removed in the before / after ... this is causing everything to float left.


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Restore the product list layout to factory settings by right clicking on it in the design library. Either take a snapshot before you play in the future or don't play at all.

        Comment


          #5
          Maria,

          as well has having 3 references to the stylesheet change the following in the actinic.css stylesheet:

          .product_list {
          margin: 20px 0px 20px 0px;
          }

          to

          .product_list {
          margin: 20px 0px 20px 0px;
          clear: both
          }

          for a quick solution until you find the real cause (worked in Firefox on the fly)


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            Originally posted by jont View Post
            Grant - I think it is because the layout list has had the <td> content removed in the before / after ... this is causing everything to float left.
            Agreed - I just went with what Firebug told me, though the 'text-align' is the 'old' method of word-wrapping text around images.

            Maria, which Product List Layout are you using?

            Comment


              #7
              Problem Solved

              Thanks to Toby from Actinic Support.

              He managed to sort it out. Some sort of glitch I think as I have not touched the templates in months. Many thanks to those who responded. This was my first post and despite the one negative comment I look forward to contributing to the forum in the future.

              Maria

              Comment

              Working...
              X