Jump to content

Problem with adding Trust Seal to the footer


Recommended Posts

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

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.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...