meco2by4 Posted October 13, 2010 Share Posted October 13, 2010 Hi, this is my first question to the Prestashop Comunity, if someone can help, i would really appreciate it:I searched and found a free theme offered by templatemonster and I installed it on my store, which is 1.3.2 although the theme is created for 1.2.5. I said i'd give it a try and what do u know, it works fine, but one thing, in the upper part of the store, the "access my account" link is not visible. Do you know how i could "slide" the whole store an inch down, because if it's working fine there's no reason for me do downgrade to 1.2.5, right?Cheers!Mike Link to comment Share on other sites More sharing options...
softbeach Posted October 13, 2010 Share Posted October 13, 2010 Go into the theme's CSS file (global.css)Add the following unde page tag#page {padding-top: 4px; } I hope it will solve your problem. Link to comment Share on other sites More sharing options...
meco2by4 Posted October 13, 2010 Author Share Posted October 13, 2010 can you be more specific please? i'm looking at it but i cand't seem to figure out where exactly to put that... Link to comment Share on other sites More sharing options...
softbeach Posted October 13, 2010 Share Posted October 13, 2010 Go into themes directy and click on your specific theme directory which you hv bought and then click on CSS folder. In CSS folder you will find global.css file.open the file and searh for #page tagthere will be so many things defined in #page tag.you just have to add the following line in the #page tag other than what else is written there.padding-top: 4px; I hope this time, I have explained it in more detial. Link to comment Share on other sites More sharing options...
meco2by4 Posted October 13, 2010 Author Share Posted October 13, 2010 you were very specific and thank you for that but problem is: i don't have that #page tag...but still, i can't seem to find it anywhere in the file.. global.zip Link to comment Share on other sites More sharing options...
meco2by4 Posted October 13, 2010 Author Share Posted October 13, 2010 ok, i just fixed problem, in global.css -> from #header {width:800px; margin:auto; padding:1em 0;} to #header {width:800px; margin:auto; padding:2em 0;} and it moved the whole thing down. thank you for your help! Have a good one 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