Jump to content

THEME Gloss_Lite > MODIFICATION CSS, où intervenir ?


Recommended Posts

Bonjour,
Je souhaiterai apporter une légère modification au thème actuellement installé sur ma boutique.
La pièce jointe illustre mon problème.
Je ne sais pas où intervenir dans le fichier "global.css" pour décaler de 25pixels les 2 blocs "plus de détails" et "ajouter au panier".
Mon image produit étant masquée en partie par ces 2 blocs, j'aimerai vraiment solutionné ce problème.

D'avance merci pour votre aide.

34935_nBorwrLbhZxpYWacq327_t

Link to comment
Share on other sites

Je suis intervenu sur le fichier "global.css" et en regardant bien le code, j'ai tenté de modifier cette portion du code


/* product.tpl */
#primary_block #pb-right-column {
width: 310px;
float: left
}



par


/* product.tpl */
#primary_block #pb-right-column {
width: 335px;
float: left
}



Mon problème est réglé.
Merci quand même à ceux qui s'étaient penché sur mon problème.

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...