Jump to content

[SOLVED] Create a div/column beside attributes and move add to cart to that column


Recommended Posts

I need to do a customization on product page.

 

My webpage: http://eviewtrading.com/denmall/home/8-product1.html

 

What I want to do is move the price and add-to-cart button to the empty space at the right side(beside the product attribute, not centre).

 

I guess we have to create a div or another extra column at the right side(beside the product attribute, not centre), and then move the coding of content-prices to that column. Am I correct?

But i do not know the steps of doing this. Please guide me. Thank you.

 

I solved myself.

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

So you want to use the whole page? This is what you want to do right?

If so, you first have to change the center column from grid_5 to grid 9, but only on the product page, or use a css rule to target #product #center_column and make it 980px wide without any margin.

 

Then, you can expand pb-right-column (the names are inverted!), make it wider, or even add another div next to it and specify a width which fits the place. Don't forget to float this new one to the left!

Link to comment
Share on other sites

×
×
  • Create New...