Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #670005

    Hi! in my catalog shop page i want the products to be the size of a 5 column row, but just 4. I tried everything, regenerating thumbnails, css, everything, but i cant avoid getting a bigger image when in 4 column…

    any idea?

    Thanx!

    #670006

    Hi jjsabatino!

    Can you please let us know what CSS you have tried, so we can give it a look?
    Thanks a lot

    Best regards,
    Basilis

    #670013

    ul.products li.product {
    clear: none;
    width: 20% !important;
    padding: 5px 5px 5px 5px;}

    with this i get the size i want but cant center it, the catalog it´s always on the left

    #670441

    Any idea?

    Thanx!

    #670679

    Hi,

    I’m not sure I understand if you want 4 or 5 images in a row? If you have a screenshot highlighting your intentions it might help us understand better.

    Best regards,
    Rikard

    #670740

    I want 4 images but each image at the size they are when the row is of 5, everytime i select 4 images in a row they go way too big.

    With the css i gave you i can control the size, but the row always stays on the left of the screen, i cant seem to center it or give more space in between columns (which would be great).

    Here´s 2 screenshots. The number 1 is the size i get when 4 column selected, the number 2 is the size i want (but as you can see, it´s not centered).

    #672168

    Hi,

    Add this css code to align the product container in the middle:

    #top .products {
        margin: 0 auto !important;
    }

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.