Announcement

Collapse
No announcement yet.

me again...image layout

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

    me again...image layout

    I have a real thing about images today!

    99% of my images are 200 pixels wide and they are currently centered.
    I want to align them to the left..but when I do, they leave a lot of whitespace between the images and the product description.

    How can I define a narrower area (width) for the product image place? (does that make sense?)
    I've tried fiddling with bits but I'm obviously not finding the right bit to edit!

    In broken down novice steps (please), where should I be looking?

    Many thanks
    Tracey

    #2
    The table cells laying out the image and the description (the description and the buy button are in separate cells) ... the cell widths <td> are currently not fixed in width ... you need to declare a specific width to each of these cells eg:

    the first cell (for the images) <td width="210">

    the other 2 cells (for the text and buy button) <td width="390">

    That assumes the width for the central area is set at 600px .. adjust accordingly


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      jont....I could KISS you!!
      The number of times I've nearly posted that and got distracted and it was such an easy "fix"
      thank you, thank you!!!
      Tracey

      Comment


        #4
        If Mrs Jont see's that you are in real danger!!!


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          LOL
          well, tell her there's no need for concern...I'm merely showing my appreciation for the loan of her other half's expertise
          Tracey

          Comment

          Working...
          X