Shahraam Posted April 8, 2016 Share Posted April 8, 2016 Hi, I am following the guidelines to add Trust Seal code to the footer but it doesn't show anything! Any idea or help is really appreciated... Link to comment Share on other sites More sharing options...
NemoPS Posted April 9, 2016 Share Posted April 9, 2016 Did you clear cache? Where did you add it exactly in the code? Also, are you using the default template? 1 Link to comment Share on other sites More sharing options...
Shahraam Posted April 11, 2016 Author Share Posted April 11, 2016 After clearing the cache the problem solved now. Just I want to know how I can adjust the location in the footer? The seal is displayed now in the center of the footer. If I want to move it to the right or left what shall I do? Link to comment Share on other sites More sharing options...
tdr170 Posted April 11, 2016 Share Posted April 11, 2016 You will need to add a class or id to the code, you can use <span class="trust">trustcode</span> or <div class="trust"> trustcode</div> then add CSS to the global.css file like this. .trust{float:right} or maybe .trust{float:right;margin-right:20px} of course you can use left instead of right. You could also use <div align="right> trustcode</div> or left. 1 Link to comment Share on other sites More sharing options...
Shahraam Posted April 11, 2016 Author Share Posted April 11, 2016 Hi, since I am a bit new to Prestashop could you please guide me in steps how to modify the code? Thanks. Link to comment Share on other sites More sharing options...
tdr170 Posted April 11, 2016 Share Posted April 11, 2016 Post the code and a link to your site and I will mod the code and give you the css to add. 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