Domain Names

We can register new domains and help with transferring existing domains.

Learning Corner

Get beyond the basics, improve your skills, and work more efficiently!

Comments

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!!

Post a Comment

Name:
Email Address:
Phone Number:
Comment:
Submit

Please note: Your name and comment will be displayed, but we will not show your email address.

Need More Help?

Help Center Search

Current Customers

Email: support@WebHostingHub.com Ticket: Submit a Support Ticket
Call: 877-595-4HUB (4482)
757-416-6627 (Intl.)
Chat: Click To Chat Now

Ask the Community

Get help with your questions from our community of like-minded hosting users and Web Hosting Hub Staff.

Not a Customer?

Get web hosting from a company that is here to help.
}