Announcement

Collapse
No announcement yet.

Text under fragment layout looks a mess

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

    Text under fragment layout looks a mess

    Hi there

    I have a site which has lots of fragments with products listed with text underneath with their product names underneath the 150pixel wide image. This text is pushing out if the product name is a long one and makes the page look messy as there is no space between one product name and the next. Please see below for example.

    http://www.dentalwholesale.co.uk/aca...tal-Packs.html

    It is a standard layout fragment - fragment layout using CSS

    When I click on an image in design view a dotted line appears around the image and text. I want to limit this box to the size of the image, 150 pixels, so the text stays aligns with the image and doesn't push out.

    Is there a way of doing this? Many thanks for any help.

    #2
    You'll need code like this: <div style="width:150px;">text</div>
    Peblaco

    Comment


      #3
      Thanks a lot that's perfect :-)

      Comment

      Working...
      X