atharazka
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product display issue in Mobile & tabletHi,
almost perfect as i wanted.
how to make the price to be in the middle just under the name of the product?
Thanks,
Forum: Plugins
In reply to: [Ultimate Product Catalog] Product display issue in Mobile & tablethi,
i solve the problem,I put this code on style.css of my theme
.prod-cat-inner {
width: 1110px;
}
to make my product become 4 column. and to make the left and right margin the same i add on my theme style.css.prod-cat-inner {
text-align: center;
}
.upcp-thumb-item {
display: inline-block!important;
float: none!important;
}and to make it is display properly in mobile i put this code on my theme style.ccs
@media (max-width: 480px){
.prod-cat-inner{
width:100%;
}
}Forum: Plugins
In reply to: [Ultimate Product Catalog] Product display issue in Mobile & tablethi,
yes i did custom css on my my catalog. i removed the side bar on the left and i want to display 4 column of my product inside the pink color box.
so add this code:
.prod-cat-inner, .prod-cat {
width: 1110px;
}after i removed this code, it is now ok to display in mobile and tablet. but again it just showing 3 column of my product when i open from computer and left so much margin on the right side.
so can you help me so i can arrange the product become 4 column with same margin on the left and right?
Thanks
Forum: Themes and Templates
In reply to: [GK Portfolio] thumbnail Image not allignthanks for your quick response. it works
now i have a new problem that in mobile phone the thumbnail image is not appear and can not be access for the detail image. on the tablet only the two left side image shows and but still it can be access for the detail image.
but this problems is not related to the code you gave.
thanks
Forum: Themes and Templates
In reply to: [GK Portfolio] remove search boxThanks it’s working.i use Ultimate plugin catalog and i put your code in Catalogues Custom CSS.
can’t find line 312 as your mention above..LOL.. is it in Style.css or editor.css?