Costumize Mobile Template My Store

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Sun Jan 20, 2013 2:25 pm
Hi, i m sorry if my english bad, yesterday i customize the theme.css of gk virtuemart template, the file located at /components/com_virtuemart/themes/default/theme.css I custom the fixed height and weight of productBrowseContainer, I add the code :
Code: Select all
/** BROWSE PRODUCTS STYLES **/
.browseProductContainer {
   float:left;
   width:365px;
   height:350px;
   background:#e6ffa9;
   margin:0 5px 10px 5px;
   padding:5px;
   -moz-border-radius:10px;
   -webkit-border-radius:10px;
   -o-border-radius:10px;
   border-radius:10px;}
}


And I got the more smooth product browse like this screen shot :
fixed allign (Copy).jpg


But in mobile version the customize css doesnt effect to resize the product container more smaller. the screen shot :
fixed allign 2 (Copy).jpg


What must I do to fixed that mobile template version ?
Thank you very much for the support..

My web is http://www.cipakidsshop.com
User avatar
Fresh Boarder

Konrad M
Sun Jan 20, 2013 2:48 pm
Hi,
you need to edit css/mobile folder. Here you have css files depends from device you are using. Put your changes in those files.
User avatar

GK User
Sun Jan 20, 2013 4:15 pm
I add the code on handheld.css and iphone.css and it's works ! Thanks for the solution and quick respond !
User avatar
Fresh Boarder


cron