How to make quickview and shopping cart icons even

How can I make the quickview and shopping cart icons even on the category pages?http://magentotest.benedictpress.com/index.php/angels.html Notice it is below the shopping cart icon. I found the code but it also moves it on the homepage of site which is even.

Thank you for your assistance

7 answers

Profile photo of Ziven Staff 100280.00 $tone April 13, 2015
Public

Hi Tswec,
Please go to the file:  skin/frontend/default/jm_book/css/styles.css at line 5768 and change code like below:

.products-grid li.item .product-information a.jmquickview {
background-color: #181818;
background-image: url("../images/bg-btn-jmquickview.png");
background-position: center center;
background-repeat: no-repeat;
border: 0 none !important;
border-radius: 0;
box-shadow: none !important;
float: left;
height: 35px;
margin: 0px;
padding: 0;
position: absolute !important;
bottom: 0px;
width: 46px;
right: 60px;
display: none;
border-radius: 0 !important;
top: 194px; -> top: 184px;
}

 
 
 
Best Regards,
Ziven.

#1
Profile photo of Tarina Weese 750.00 $tone April 15, 2015
Public

Hello,
That fixes the category page quickview but now the products under NEW PRODUCTS on the homepage on my site quickview and shopping cart are not even.

How can I have both even??
Thank you
 
 

#2
Profile photo of Ziven Staff 100280.00 $tone April 17, 2015
Public

@tswec:
please add this code to end the file: skin/frontend/default/jm_book/css/styles.css
 
 

.home-product-list .products-grid li.item .product-information a.jmquickview {
background-color: #181818;
background-image: url("../images/bg-btn-jmquickview.png");
background-position: center center;
background-repeat: no-repeat;
border: 0 none !important;
border-radius: 0;
box-shadow: none !important;
float: left;
height: 35px;
margin: 0px;
padding: 0;
position: absolute !important;
bottom: 0px;
width: 46px;
right: 56px;
display: none;
border-radius: 0 !important;
top: 174px;
}
#3
Profile photo of Ziven Staff 100280.00 $tone April 21, 2015
Public

Hi Sir.
Please PM me your site’s url, admin and ftp credentials, I’ll detect the root of issue for troubleshooting.
Best Regards,
Ziven

#5

Please login or Register to Submit Answer

Written By

Comments