Jump to content

Align product attributes to left


alexcarter414

Recommended Posts

Hi,

I have edited the css in modules\css\product.css to align the attributes on the product page to the left in my site: www.alexcarter.biz.

 

It has aligned the text elements but not the quantity box or the add to cart button. Is there something else i need to edit to align them to the right?

 

Thanks,

Alex

Link to comment
Share on other sites

in product.css

 

.content_prices #add_to_cart {

float: right;

float: left;

padding: 0;

position: relative;

}

 

#pb-left-column #buy_block label {

display: inline-block;

font-size: 12px;

font-weight: bold;

text-align: left;

width: 40%;

width: 125px;

}

Link to comment
Share on other sites

in product.css

 

.content_prices #add_to_cart {

float: right;

float: left;

padding: 0;

position: relative;

}

 

#pb-left-column #buy_block label {

display: inline-block;

font-size: 12px;

font-weight: bold;

text-align: left;

width: 40%;

width: 125px;

or

width: 20%;

 

}

  • Like 1
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...