Jump to content

Banner at the top of footer


ruchit.devil

Recommended Posts

i want the full width banner ( 3 column banner) to appear at the bottom of the pages just above the footer. i am able to get the banner on the pages but it is positioned beneath the slider and the category module. can some one help me to get the banner to the bottom of the page.

 

website url: http://www.thelaptopcare.in

prestashop verison: 1.5.4.0

Link to comment
Share on other sites

you can use free module like html block free or content box to insert own code.

these modules allows to insert code into the footer section.

 

it mean that you can create in your footer full width baner, with any image you want.

 

if you need some coding help - feel free to write

Link to comment
Share on other sites

you can download this module for free, just install this module then go to the modules > positions

search for "displayFooter" modules list and move html block free module to the top of the list.

 

then go to the modules tab in your back office, search for html block free module and click "configure" button

 

on your left hand side you will see list of positions, select "footer" and in the right hand box use this code:

 

<div style="width:980px; height:100px; clear:both; overflow:hidden; display:block;">
<img src="URL_TO_YOUR_BANNER" />
</div>

 

 

where the URL_TO_YOUR_BANNER is an url to your image (you can upload it to your server via FTP service) or just upload it to the websites like imgur etc.

  • Like 1
Link to comment
Share on other sites

  • 5 years later...

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