Jump to content

Problème Taille D'image Sur Fiche Produit (Résolu)


Recommended Posts

 

Un premier jet en modifiant quelques règles:

conception.png

 

Je ne peux pas vous dire dans quels fichiers car la compression css est active (peut-être la cause du problème d'ailleurs...)

Suppression de:

.new-box {

    /* left: -4px; */

}

 

Modification de:

.new-box, .sale-box {

    position: absolute;

    top: 0;

    left: 0;

    overflow: hidden;

    /* height: 85px; */

    /* width: 85px; */

    text-align: center;

    z-index: 0;

}

Et

.pb-left-column #image-block img {

    background: #fbfbfb;

    width: 100%;

    margin-left: 4px;

    margin-top: 4px;

}

 

.pb-left-column #image-block {

    position: relative;

    display: block;

    cursor: pointer;

    padding: 5px;

    /* border: 1px solid #dbdbdb; */

    /* background: #fff; */

    height: 470px;

}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...