beginning Posted January 8, 2010 Share Posted January 8, 2010 See image!! Adding newsletter, link and info block into footer horizontal is something I have been trying for many many days with no result.It was easy to find topic about how to add or make hook in footer for this modules but still I can get them to stay horizontal ?'Pleace notice that the Image is NOT from my website. It is like I want my website footer to be but not like it is nowAny advice ? Link to comment Share on other sites More sharing options...
beginning Posted January 9, 2010 Author Share Posted January 9, 2010 Nobody that can show me how this can be done ? Link to comment Share on other sites More sharing options...
cromata Posted January 17, 2010 Share Posted January 17, 2010 I also need to do this, i'm wondering if you found a way to do it.ThanksMario Link to comment Share on other sites More sharing options...
Eihwaz Posted January 17, 2010 Share Posted January 17, 2010 Use float: left on the blocks you want to align horizontaly.Say, in your footer (that has an id of "footer") you have newsletter block (id = "block_newsletter"), links block (id="links"), etc. (look those ids up in corresponding modules' folders)Then in your global.css file: #footer #block_newsletter, #footer #links { float: left; } And then specific settings for each block: /* Will be applied to #block_newsletter contained within footer div */ #footer #block_newsletter { width: 200px; } 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