Prixdami Posted February 4, 2019 Share Posted February 4, 2019 How can i turn this text down with prestashop 1.7? Regards Link to comment Share on other sites More sharing options...
monszaic concepts Posted February 5, 2019 Share Posted February 5, 2019 Use css selectors. Target the container where "Inloggen and Contacteer ons" is present. Then target the 1st element. Ex: ul.header-my-account li { margin-top: 10px; padding-top: 0 }. You need to give me a link for the shop to inspect it with debugger to see how to fix this via css. It's either fixable by css or there is slightly a weird html code written in that section of the template that displays those 2 links. 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