jasmine62 Posted February 23, 2014 Share Posted February 23, 2014 Hi there, I am totally new to this and don't have a clue what I'm doing but I do have a problem. I want to add a slogan to my Prestashop store front website and have no idea how to do about it. Someone else set it up and didn't give me any training. So I'm in the dark. At the top right is my loga and I want to put a few words underneath it. Link to comment Share on other sites More sharing options...
vekia Posted February 24, 2014 Share Posted February 24, 2014 you can use free html block module with this addon you can add slogan in most important parts of your shop, also under the logo. on module configuartion page (from left hand side block) select "top" and to place where you have to insert code paste this: <div style="postion:absolute; top:70px; left:0px;">this is my slogan</div> you can manipulate position of slogan with decreasing / increasing top & left params values. you can also change font size, color, font etc. 3 Link to comment Share on other sites More sharing options...
jasmine62 Posted March 1, 2014 Author Share Posted March 1, 2014 you can use free html block module with this addon you can add slogan in most important parts of your shop, also under the logo. on module configuartion page (from left hand side block) select "top" and to place where you have to insert code paste this: <div style="postion:absolute; top:70px; left:0px;">this is my slogan</div> you can manipulate position of slogan with decreasing / increasing top & left params values. you can also change font size, color, font etc. Thanks for the reply. I've installed the module and tried the code snippit you sent. However, it always end up overtop of other elements and changes positon when the browser window is different sizes. I tried to put in a <script> block and use JQuery to get the div that is the header using "#header" (which is a fixed size and width) and position it relieve to its boundries, however, that didn't seem to work for some reason... Any suggestions on how to get it positioned in the header block and relative to it's boundies so it is always in the same spot? Thanks Link to comment Share on other sites More sharing options...
vekia Posted March 2, 2014 Share Posted March 2, 2014 hello you have to change position depending on screen resolution, can you share url to your website and also show me your actual code that you use in html box module 1 Link to comment Share on other sites More sharing options...
jasmine62 Posted March 2, 2014 Author Share Posted March 2, 2014 I played with the HTMLBox module for a bit but had no luck with it. I ended up going into the template file and adding it in there. It isn't an ideal solution, but it worked out perfectly. Thanks for your assistance 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