alexda20 Posted December 5, 2014 Share Posted December 5, 2014 Hy, I have to put some brand logos at the top of the footer, like in the atached picture. Can this be done without any module or with a free module? I have already Html Box instaled and it is in use with a footer column. Thank you Link to comment Share on other sites More sharing options...
PascalVG Posted December 5, 2014 Share Posted December 5, 2014 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. 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 More sharing options...
alexda20 Posted December 5, 2014 Author Share Posted December 5, 2014 I will try this, Thank you Link to comment Share on other sites More sharing options...
alexda20 Posted December 5, 2014 Author Share Posted December 5, 2014 That worked very good, thank you. I have one more problem, I manage to hook it on the home page, but is it posible to make it vizible on all pages? 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