Jump to content

How to modify the margin of my product description


Recommended Posts

Hi

 

Try 

 

section.page-product-box p {margin-left:30px ; margin-right:30px}

 

in your product.css

 

Clint

 

Hi Clint,

Sorry, but I don't find this line in my product.css, should I add it anywhere ?

And this will add margin or 30px, no ?

 

Thanks for your help.

Link to comment
Share on other sites

Yes add it there at the very bottom, this will add 30px margin each side of the product description,

 

Re reading the post though you would be better off using padding if attached is what you are trying to achieve

 

 

section.page-product-box p {padding-left:30px ; padding-right:30px}

post-262791-0-79111300-1437942947_thumb.png

Edited by clint (see edit history)
Link to comment
Share on other sites

Yes add it there at the very bottom, this will add 30px margin each side of the product description,

 

Re reading the post though you would be better off using padding if attached is what you are trying to achieve

 

 

section.page-product-box p {padding-left:30px ; padding-right:30px}

 

Hi Clint,

 

Thanks, but me I want to SUPPRESS the margin.

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