• Resolved Cass

    (@rickcst)


    Hi, I can’t seem to get this right…

    I’m trying to allow these 3 images to span the width of the page (1200px). The right edge of the 3rd photo on the right should line up with the right edge of the word ‘contact’ above it.

    http://rickcassettari.com/shop/

    Any ideas?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sure looks like it does to me. When you look where does it line up?

    Thread Starter Cass

    (@rickcst)

    Thanks for your reply… I just figured it out. I had to change a margin value in woocommerce.css:

    .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 111px 2.992em 0;

    The 111px value allowed more space in between the images, therefore pushing the last image to line up with the edge of the text above.

    Great!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘need help with alignment/page width’ is closed to new replies.