FILTER and QUARK TEMPLATE...

Support desk for Multipurpose Quark Theme
GK User
Mon Oct 31, 2016 10:25 am
Hi. I am using some filters, to facilitate the search of customers, categories, prices, colors, etc. The filters work, but when I apply, the images are not "Responsive" and overlap. * I have already used these filters with another template of GAVICK_PRO: Shop and Buy, and this does not happen ... The problem happens only with the template "QUARK"
* The website is the same http://www.festxxxxxxx.it in which we worked for months, you already have all the accesses.
** I send you some pictures ... thanks.
Any idea how to solve these problems. Thanks, greetings from Italy. René. :?: :idea:
FILTERS-QUARK.jpg
User avatar
Platinum Boarder

teitbite
Sun Nov 06, 2016 9:27 am
Hi

I've fixed it by adding :
Code: Select all
img {
    border: 0 none;
    max-width: 100%;
}


to override.css
User avatar
Moderator

GK User
Mon Dec 12, 2016 7:51 pm
Hi, thanks a lot for the solution, now it works fine. I apologize for the delay in responding, I have been in poor health. Thanks greetings. René
* In this case, the images appear to me something too close, but I think I can modify the css that you added, a thousand thanks.
User avatar
Platinum Boarder

teitbite
Thu Dec 15, 2016 7:40 pm
Hi

To add some spaces use padding. Add this to override.css

Code: Select all
.row .product.width50, .row .product.width33, .row .product.width25, .row .product.width20 {
    padding: 0 5px;
}
User avatar
Moderator

GK User
Fri Dec 16, 2016 3:50 pm
Hi. Solved... Thank you, very much. René
User avatar
Platinum Boarder

teitbite
Wed Dec 21, 2016 4:28 pm
Hi

Great to hear it. Closing this thread now.
User avatar
Moderator


cron