tinschn Posted October 10, 2014 Share Posted October 10, 2014 (edited) Dear community, I have a problem with the umlauts "ä, ö, ü" in the title of the block "new products", they don't work. I have Prestashop 1.6 installed, and in the whole shop, I don't have this problem. The link: http://www.frei-schnauzen.de/suche?controller=search&orderby=position&orderway=desc&search_query=unbedruckt (left column) Has somebody an idea what's going wrong? Thanks in advance, Tina Edited October 12, 2014 by tinschn (see edit history) Link to comment Share on other sites More sharing options...
PascalVG Posted October 11, 2014 Share Posted October 11, 2014 Hi Tina, The <div class="product-content"> (the 'box' where the product name is shown in) doesn't make space for the umlauts. To fix: In themes/default-bootstrap/css/global.css, line 6155: (Make backup, just in case) (search for .block .products-block li .product-content in the file with Ctrl-F (Windows)/Cmd-F (Mac)) .block .products-block li .product-content { overflow: hidden; padding-top: 3px; // <-- add this line } Hope this helps, pascal. 1 Link to comment Share on other sites More sharing options...
tinschn Posted October 12, 2014 Author Share Posted October 12, 2014 Dear Pascal, thank you for your quick response. this works perfect for me - thank you very much! Link to comment Share on other sites More sharing options...
PascalVG Posted October 12, 2014 Share Posted October 12, 2014 Hi Tina, Glad it worked :-) Happy selling, pascal. 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