weezawoo Posted May 29, 2013 Share Posted May 29, 2013 Attached a file to show what I mean I want them to appear each on a line but for some reason the top 2 have gone next to each other but the others won't and just go in a single line? Can anyone help? Also if someone would look at my site and let me know what you think? www.classetcomforts.co.uk Thanks Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2013 Share Posted May 30, 2013 remove the: float:left; from .products_block li in the global.css file Link to comment Share on other sites More sharing options...
nadie Posted May 30, 2013 Share Posted May 30, 2013 Attached a file to show what I mean I want them to appear each on a line but for some reason the top 2 have gone next to each other but the others won't and just go in a single line? Can anyone help? Also if someone would look at my site and let me know what you think? www.classetcomforts.co.uk Thanks The problem is that on their website is not loading the "homefeatured.css" (This is because the module is not loaded in header of pages, The header of pages, is where you load the "css and js" of the modules.) Go to Modules -> Modules -> Featured products on the homepage -> Click "Reset Module" Sorry for my English 1 Link to comment Share on other sites More sharing options...
weezawoo Posted May 30, 2013 Author Share Posted May 30, 2013 The problem is that on their website is not loading the "homefeatured.css" (This is because the module is not loaded in header of pages, The header of pages, is where you load the "css and js" of the modules.) Go to Modules -> Modules -> Featured products on the homepage -> Click "Reset Module" Sorry for my English Absolutely perfect thank you so much! This has worked and they look so much better! Link to comment Share on other sites More sharing options...
vekia Posted May 30, 2013 Share Posted May 30, 2013 that's correct! i marked this thread as [solved] regards Link to comment Share on other sites More sharing options...
nadie Posted May 30, 2013 Share Posted May 30, 2013 Absolutely perfect thank you so much! This has worked and they look so much better! Perfect ! For me it was an honor to help. Sorry for my English Link to comment Share on other sites More sharing options...
maniot Posted June 10, 2013 Share Posted June 10, 2013 Hello, I'm trying to create a responsive theme, but can't get the homefeatured module right. The product are lined up vertical instead of horizontal. I'm probably overlooking something in css. The url is http://the-dreamstore.com Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 for now only one product appears there, it is right? Link to comment Share on other sites More sharing options...
maniot Posted June 10, 2013 Share Posted June 10, 2013 that's right, there's only one visible. The other 3 are there but are hidden by .products_block ul { overflow: hidden; } Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 ahh! you've got right! now i understand everything. the solution is: global.css line ~2349 add the: clear:none; to: #center_column .products_block ul li { } effect: Link to comment Share on other sites More sharing options...
maniot Posted June 10, 2013 Share Posted June 10, 2013 Thank you, Vekia, The problem is solved. Best Regards Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 you're welcome thanks for marking this thread as [solved] if you've got any other questions related tot his issue - feel free to continue discussion here regards Link to comment Share on other sites More sharing options...
Recommended Posts