Forums

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

Home Forums Design Centering procucts in online store

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #266566
    Edyke
    Participant

    Can anyone help me with this issue. PLEASE!!! My product images need to be the same size and centered. I got the same size, but can’t center the images.

    .grid__image {
    display: block;
    margin: 0 auto ($gutter / 2);
    img {

       margin: 0 auto;
       horizontal-align: center;
       display: block; 
    

    position: relative;
    text-align: center;
    vertical-align: middle;
    align-self: center;
    justify-self: center;
    box-sizing: border-box;
    max-width: 288px;
    max-height:209.05px;

    }
    }

Viewing 1 post (of 1 total)
  • The forum ‘Design’ is closed to new topics and replies.