Need a custom email address, such as you@yourdomain.com? Create as many as you need! We can also assist in setting up most email programs.
A wide array of software runs on ur servers, including WordPress, Joomla, and Drupal. Do you use Dreamweaver or iWeb? Yeap, they're supported too.
We can register new domains and help with transferring existing domains.
Get beyond the basics, improve your skills, and work more efficiently!
n/a Points
|
2015-03-22 11:55 am
thank you very much. I'm find problem and you help my problem. thank you very much |
n/a Points
|
2016-02-01 9:20 pm
It took me days to figurate it out but here you go:Go to catalog/view/theme/yourtheme/js/common.jsfind and change this: if (cols1 == 2) { $('#content .product-layout:nth-child(2n+2)').after('<div class="clearfix visible-md visible-sm"></div>'); } else if (cols1 == 1) { $('#content .product-layout:nth-child(3n+3)').after('<div class="clearfix hidden-xs"></div>'); } else { $('#content .product-layout:nth-child(4n+5)').addClass('last'); } I have 1 column so I changed only that statement: (I had 3 products before and I want 4 per row now):else if (cols1 == 1) { $('#content .product-layout:nth-child(4n+4)').after('<div class="clearfix hidden-xs"></div>'); the go to your: catalog/view/theme/yourtheme/template/module/featured.tplfind and change this:div class="product-layout col-lg-4 col-md-4 col-sm-6 col-xs-12" to:div class="product-layout col-lg-3 col-md-3 col-sm-6 col-xs-12" Hopefully this helped!! |
Ticket: | Submit a Support Ticket |
---|---|
Chat: | Click To Chat Now |
Post a Comment