Jump to content

Cart animation disappeared


Recommended Posts

Hi!
I'm working on the layout/graphics of a prestashop based site:

http://www.britishbulldogs.net/ps/

I've only changed a few things in the global.css file, and I noticed that, when I click on the "add to cart" link of any product, the animation of the transfer of the product in the cart is not there anymore.

Anyone has any suggestions on why and how to solve?

Thanks
Luca

Link to comment
Share on other sites

  • 1 month later...

Hi Matthieu,
I've already checked thoroughly the css for syntax errors, and I have not found any.
It's driving me crazy...
I noticed the animation disappeared after I changed these sections:

#page 
{
width: 980px;
margin-top: 5px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
text-align: left;
border-color: #CC00CC;
border-width: 2px;
border-style: solid;
background-color: white;
}

h1#logo 
{
float: left;
width: 431px;
margin-top: 0; 
}

#header 
{
float: left;
height: 178px;
width: 549px;
text-align: right;
background-image: url('../img/header_bg.png');
background-repeat: repeat-x;
}



and I can't see anything wrong here...

Link to comment
Share on other sites

  • 2 years later...

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