Image display not good, template breaks

GK User
Wed May 20, 2015 2:37 pm
I have few breaks on page.

In right top corner is shown image from product
http://test.juliana-nails.com/index.php ... 18-top-gel

also, product page has few breaks (next, prev, image zoom, )
http://test.juliana-nails.com/index.php ... our-gel-5g

I dont know why is it heppen
User avatar
Fresh Boarder

teitbite
Mon May 25, 2015 11:11 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.hikashop_product_image a {
    position: relative;
}

.hikashop_previous_product,
.hikashop_next_product {
    height: 19px;
    text-indent: -999em;
    width: 19px;
}


For the zoom image. It's simply too small. You need to add a bigger one.
User avatar
Moderator


cron