Shape 5

Joomla Templates => EZ Web Hosting - Club => : siberio87 October 09, 2015, 03:58:26 PM



: having problems with the boxes when using Hikashop
: siberio87 October 09, 2015, 03:58:26 PM
Hey,

I been trying to fix my webshop on my site, but having a problem with the boxes around the category's and products, with other template's they do work fine
i think it has something to do with the css, but cant find it.

anyone had issue's with this aswell ?


: Re: having problems with the boxes when using Hikashop
: mikenicoll October 09, 2015, 10:25:14 PM
Hello,

I have not seen that before but I haven't used HikaShop that often. I would contact their support teams and see if there are any CSS overrides they could use. They might be using the same classes as the Template and causing a conflict.

Regards,


: Re: having problems with the boxes when using Hikashop
: siberio87 October 15, 2015, 11:15:35 AM
div.thumbnail  {
    float: left;
    position: relative;
    width:11px !important;
    height:11px !important;
    background: #ffffff !important;
    border:none !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius:50px !important;
    border-radius:50px !important;
    -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
    -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.4) !important;
    }


this is what i removed from my css, it fixed the problem with the boxes


: Re: having problems with the boxes when using Hikashop
: mikenicoll October 15, 2015, 11:00:56 PM
Hello,

Awesome thanks for posting back!