Ben Munro Posted May 30, 2011 Share Posted May 30, 2011 Hi All, I'm adding all my products to the website but it seems to be miss placing them... some of them are in line then there is one right down at the bottom of the page.... How do I stop it doing it?Also does it add all my products to the home page or just so many of them? www.warehouseonesupplies.co.uk just incase you want to see what I mean. Thanks, Ben Link to comment Share on other sites More sharing options...
affect Posted May 31, 2011 Share Posted May 31, 2011 Misalignment happens because of different div heights, give them a big enough constant height (e.g. 300 or 320 px) and they align properly. Link to comment Share on other sites More sharing options...
Ben Munro Posted May 31, 2011 Author Share Posted May 31, 2011 Thanks, Would you be able to tell me how to change this? Is it something in the back office? If not is it within the files uploaded to the server? Thanks, Ben Link to comment Share on other sites More sharing options...
affect Posted June 1, 2011 Share Posted June 1, 2011 You have to edit one of the css files, most likely global.css in themes/yourtheme/css/ and add something like div.v2-homefeatured div.float { height: 320px; } Or edit the template of homefeatured module directly. Link to comment Share on other sites More sharing options...
Recommended Posts