Viewing 7 Topics - 31 through 37 (of 37 total)
Author Posts
August 17, 2015 at 12:35 pm 67550
Nayem Nayem

Hello TeeDev,

Thank you for your suggestion. But it happens with a couple of themes. But I will keep your suggestion in my log.

Thanks.

August 18, 2015 at 4:52 pm 67796
Ankush Ankush

Hello Nayem,

Intial problem which i mentioned still exist actually you have made product width fixed in custom css and now even if i want to show three product in row or if i want to change that it doesn’t happen because product width is fixed and if i remove them store single page becomes wierd . Its is the plugin container div which is creating problem.Please check i removed your css for product which you added.

#wrapper {
width: initial !important;
margin-top: 0px!important;
}

.dokan-w8 {
width: 72% !important;
}
.products .product, .products .product-category{
width: 33.33333% !important;
}
.products .col-md-4:nth-child(3n+1), .products .col-md-3:nth-child(4n+1) {
clear: none !important;
}

@media
(max-width: 430px) {
#dokan-primary {
width: 100% !important;
float: left;
}

#dokan-secondary {
width: 100%;
float: left;

}
.products .product, .products .product-category{
width: 100% !important;
}
.dokan-single-store .profile-frame {
margin-bottom: 12px !important;
}
}

Here is your css . you can see

.products .product, .products .product-category{
width: 33.33333% !important;
}

this you made fixed even for other site products.
please check

thank you

August 18, 2015 at 5:00 pm 67797
Ankush Ankush

I forgot to mention in responsive mode none of you page is working correctly.The theme used by me is venedor.I don’t know why this is happening.

August 18, 2015 at 5:07 pm 67800
Nayem Nayem

Hello,

Can you please tell me which issue still running in your site?

August 18, 2015 at 5:49 pm 67805
Ankush Ankush

I have removed you css when you add this css all products width becomes 33.33% which you have mentioned important in custom css .So it create problem in selecting 4 products in a row or 2 products in a row cause it is 33.33% always.Also create problem in responsive mode.

August 18, 2015 at 5:54 pm 67806
Ankush Ankush

And after removing this your store page looks wierd.

August 18, 2015 at 6:53 pm 67839
Nayem Nayem

Hello Anksuh,

We have tried our best to fix that and also provided solution. Now if you can suggest us what kind of fix do you need on that place then we can try. Otherwise you have to hire a developer to customize your theme.

Thanks.

Viewing 7 Topics - 31 through 37 (of 37 total)