tigra111 Posted September 10, 2013 Share Posted September 10, 2013 Hi, I would like to add an image to the center of my footer. I wonder if anyone can advise me of what I need to add to global.css? Thanks Link to comment Share on other sites More sharing options...
tigra111 Posted September 10, 2013 Author Share Posted September 10, 2013 I am using Prestashop 1.4 and I have attached an image of my footer to show where I would like the center image (arrow) Link to comment Share on other sites More sharing options...
vekia Posted September 21, 2013 Share Posted September 21, 2013 free html block module - from the left hand side select "footer" option, then into the right hand side block paste code: <div style="position:absolute; left:500px; top:100px;"> <img src="URL_TO_YOUR_PICTURE" /> </div> of course you can manipulate with left/top params to place image exactly there where you want 2 Link to comment Share on other sites More sharing options...
Guid Posted June 9, 2014 Share Posted June 9, 2014 Thanks Vekia! Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2014 Share Posted June 9, 2014 post is from september, so i have to ask, you use ps 1.5 or ps 1.6 ? 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