Page 1 of 1

EDIT TEMPLATE TO ADD NEW IMAGES

Posted: Wed Dec 12, 2012 4:57 am
by Timbo69
Hello

I am using opencart 1.5.4

I am wanting to add images to my site that sit just under the TOP menu bar.

Below is two images first one is how it is now and second is how i want the gap to be to insert a picture.
Image
example 1 on my site
Image
example 2 on a different site
Image

I am guessing i just need to create a new html file with the pictures and table.
Then finding the code in the main index file and inputting it.

Hope some one can help me as i am not 100% sure how to code it.

Many thanks
Tim Price

Re: EDIT TEMPLATE TO ADD NEW IMAGES

Posted: Wed Dec 12, 2012 4:45 pm
by rupaknepali
go to catalog\view\theme\YOUR_TEMPLATE\template\common\header.tpl

Find the code below which is at the end

Code: Select all

<div id="notification"></div>
Kepp the image code just above or below this.

Re: EDIT TEMPLATE TO ADD NEW IMAGES

Posted: Thu Dec 13, 2012 3:37 am
by Timbo69
Thankyou for that, i will have a quick look after my tea.