Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Image Alignment

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38315
    Ogdubog
    Member

    I use Woocommerce and I changed some link color on the back end and My photos and text go outside the DIV that I have them in. It must be the store CSS but I can’t figure it out.

    This is the photos. They are over on the right. I don’t rember there being that much of a padding in between them.
    http://millermarineproducts.com/products/

    This is the text doing the same thing, and that blue box was not there before.
    http://millermarineproducts.com/products/product-category/anchor_locker/

    Thanks in advance,
    Josh

    #103784
    JPC776
    Participant

    Try adding this to the css and see if it helps


    .products {
    width:725px;
    }

    #content{
    width:785px;
    text-align:justify;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.