carpealexdiem Posted February 25, 2014 Share Posted February 25, 2014 (edited) Hello, I thought of sharing this with you guys as I just managed to fix it. As you can see from the picture there was a problem with product "Sort by" and product "Show in the WineShop Template: PRS060128 Italian and English Language that I'm customizing for a client. The fix is easy as follows: In global.css of the template replace the code of ".sortPagiBar form.nbrItemPage" with the following: .sortPagiBar form.nbrItemPage { background: none repeat scroll 0 0 #FFFFFF; float: right; margin-right: 7px; } In product-sort.tpl of the template remove the last </div> In category.tpl of the template add another </div> after this code: <div class="sortPagiBar"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div> In the end the code in category.tpl of the template must be: <div class="sortPagiBar"> {include file="./product-sort.tpl"} {include file="./nbr-product-page.tpl"} </div></div> That's all. I tested in Firefox,Chrome,Internet Explorer,Safari and Mobile Devices too and it works. Edited February 28, 2014 by carpealexdiem (see edit history) 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