Jump to content

How do you do this ?


Recommended Posts

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 now

Any advice ?

16820_IZyn6ochMsZUYEW5jcQ0_t

Link to comment
Share on other sites

  • 2 weeks later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...