Jump to content

[Solved] Product list Disconfigured after PayPal module instalation


Recommended Posts

Good afternoon for all!!

was a problem in my page but do not know what caused this problem.
the list of products is unconfigured, the buttons "add to cart" disappeared.
Today upgraded and installed the module paypal, would could have caused this problem?
Can anyone help me fix?
 
url: www.shopsensual.net
prestashop: 1.5.5.0
 
---
 
I found the error but do not know where and how to fix.
the error is on h3.
 
 

post-696344-0-93974100-1380735531_thumb.jpg

post-696344-0-76222000-1380741664_thumb.jpg

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

 

Good afternoon for all!!

was a problem in my page but do not know what caused this problem.
the list of products is unconfigured, the buttons "add to cart" disappeared.
Today upgraded and installed the module paypal, would could have caused this problem?
Can anyone help me fix?
 
url: www.shopsensual.net
prestashop: 1.5.5.0
 
---
 
I found the error but do not know where and how to fix.
the error is on h3.

 

---

Someone have idea? :/

Link to comment
Share on other sites

---

Someone have idea? :/

---

Solved by removing "margin-top: 108px" in the code below

 

product_list.css:

 

#product_list li h3 {
    font-size: 13px;
    color: rgb(0, 0, 0);
    margin-top: 108px;
    width: 135px;
    height: 20px;
    padding: 3px;
}
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...