Jump to content

Brand logos in footer


alexda20

Recommended Posts

You can use this free html module from

 

http://contentbox.org/

 

You can then upload and install it, and hook it to displayHome or displayFooter. (see image for idea what is best for you.

post-455771-0-98680200-1417793576_thumb.png

 

if displayHome, it will automatically be put at the bottom.

if you want it in the displayFooter block, you have to move it to the top of this block. To do this go to modules-Positions and move it to the 1st place of displayFooter block

 

Then configure and add some images you like to the field. You can give a <div> block around it in the 'wrapper' field at the bottom. Then add some class or id name and add css to your themes/<your theme folder>/css/global.css file, like:

 

.my_content_box_wrapper {

   width: 100%;

   background: #000;

  // etc.

}

 

N.B. If you choose displayHome, you will notice that there is a gap at the bottom, between the banner and the footer. his you can decrease by going to theme/<your theme folder>/css/global.css and find this piece of code

 

#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px;
}
 

 

In here is a padding-bottom:50px defined (number may vary if you have a custom theme)

Change this number of pixels as desired.

 

 

 

hope this helps,

pascal.

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...