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
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.
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
@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;
}
Hello,
That didn’t work either. It made the quickview icon disappear? Any other ideas?
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
Hello,
Did you have any luck?