Move Product Name on Top Detail P

HELLO BOYS



help me to solve this simple problem?

I would remove the “product name” from the usual place and move on (see figure)



Thanks to all

help-cscart.jpg

help-cscart.jpg

[quote name='RINALDO ITALY' timestamp='1344876724' post='142799']

HELLO BOYS



help me to solve this simple problem?

I would remove the “product name” from the usual place and move on (see figure)



Thanks to all



[/quote]



in your /store/skins/basic/customer/styles.css add at the bottom:



.product-main-info {
position: relative;
}
.product-main-info h1.mainbox-title {
left: 15px;
position: absolute;
top: 15px;
}
.product-info .price-wrap {
padding-top: 35px;
}

Thank'YOU joejiko Very Very Mutch !!!