Furst Posted June 15, 2016 Share Posted June 15, 2016 How do I get thes modules in line, instead of on top of each other? See picture Link to comment Share on other sites More sharing options...
Prestachamps Posted June 15, 2016 Share Posted June 15, 2016 Hi would you mind sending your shop's URL, so I can help you with the css code for the solution. Regards, Leo Link to comment Share on other sites More sharing options...
Furst Posted June 15, 2016 Author Share Posted June 15, 2016 http://selyset.dk Link to comment Share on other sites More sharing options...
rocky Posted June 15, 2016 Share Posted June 15, 2016 Find the following code in your global.css: #footer .block and then add float: left; width: 25%; to that section. That will create four equal columns in the footer. Link to comment Share on other sites More sharing options...
Furst Posted June 15, 2016 Author Share Posted June 15, 2016 (edited) When I have done this. How do I get each block to go in one column, instead og thewm mixing? Edited June 15, 2016 by Furst (see edit history) Link to comment Share on other sites More sharing options...
rocky Posted June 16, 2016 Share Posted June 16, 2016 Strange, that's not what I'm seeing. Here's what I see when I add float: left; width: 25%; to #footer .block in Firefox 47 using Firebug: Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now