Jump to content

[solved] Add-to-Cart-Block in "wrong position"


Recommended Posts

Dear Community,

 

I'm a total newbie to PrestaShop and have a little problem with understanding the hooks-thing.

 

After playing around with moduls and testing their positions, suddenly the "Add to Cart"-block slides down under the short description, not longer beside it.

Here's how the page look like at the moment: http://www.frei-schnauzen.de/home/2-oeko-shirt-veggie-damen.html

 

I think it happens after trying to set the "Cross-Selling"-Module under the product's long description.

But deactivating the module doesn't help :(

 

Has anyone an idea how to get the block back to it's original position?

 

 

Thanks in advance

Tina

post-843903-0-16945900-1411903636_thumb.jpg

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

Think you edited global.css a bit so on line 703 there is 

.col-sm-4, header .row #header_logo {
width: 44.44444%;
}

but .col-sm-4 needs to be 33.3333% so that buy block firs in same row. Those lines would probably cause some other issues so try to 

separate those to

.col-sm-4{
width: 33.3333%;
}
header .row #header_logo {
width: 44.44444%;
}
Link to comment
Share on other sites

×
×
  • Create New...