Jump to content

[Solved] paypal disconfigured my product list


paulormf

Recommended Posts

Good night for all!!!

Today I installed the module paypal and after installation it desconfigurou my product list. If you uninstall, back to normal but I wanted to also accept payments via paypal.

Can anyone help me fix what was disconfigured?

 

prestashop 1.5.5.0

url: www.shopsensual.net

 


 

Thanks!!

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

 

Good night for all!!!
Today I installed the module paypal and after installation it desconfigurou my product list. If you uninstall, back to normal but I wanted to also accept payments via paypal.
Can anyone help me fix what was disconfigured?
 
prestashop 1.5.5.0
url: www.shopsensual.net
 
 
Thanks!!

 

---

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