[email protected] Posted October 23, 2013 Share Posted October 23, 2013 I've been having this problem, where some product's description is changing positions and overlapping the price on product list pages. The problem is only occurring with a handful of products, but is rather annoying. I've attached a picture that shows how it should look, and how it shouldn't look. Advance thanks for any help at all! Regards Link to comment Share on other sites More sharing options...
vekia Posted October 23, 2013 Share Posted October 23, 2013 hello it is possible to share your website url? it looks like simple css issue and it can be fixed with little modification of css but to be sure, i need an access to the store (front office only) Link to comment Share on other sites More sharing options...
[email protected] Posted October 24, 2013 Author Share Posted October 24, 2013 No problem The url is heildsala.actus.is Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 it's because text: ACHUSBMOBILEDUAL is to long to place it there where you want. this is reference number? if i were you i will add to this element style: overflow:hidden; Link to comment Share on other sites More sharing options...
[email protected] Posted October 24, 2013 Author Share Posted October 24, 2013 Yes, that's the reference number. How exactly do I do that? Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 open product-list.tpl file there, where you've got {$product->reference} add: <span class="spanreference">{$product->reference}</span> then in global css style create code: .spanreference { width: 100px; display: block; overflow: hidden; } Link to comment Share on other sites More sharing options...
[email protected] Posted October 24, 2013 Author Share Posted October 24, 2013 I'm sorry if I sound incredibly ignorant, but where in the global.css file do I create the code? Link to comment Share on other sites More sharing options...
vekia Posted October 24, 2013 Share Posted October 24, 2013 ohh your theme use different file, in this case just paste code to the: http://heildsala.actus.is/themes/default/css/cleantheme.css file Link to comment Share on other sites More sharing options...
[email protected] Posted October 25, 2013 Author Share Posted October 25, 2013 Nothing appears to be happening, whether I create the code in global.css or cleantheme.css.. Do I need to do something afterwards to reset to the new code? Thank you so much for your help! Link to comment Share on other sites More sharing options...
vekia Posted October 25, 2013 Share Posted October 25, 2013 i checked sources of your store and there is still the same code: have you modified .tpl file too as i suggested above? if so, please turn on force compilation and clear shop cache Link to comment Share on other sites More sharing options...
[email protected] Posted October 25, 2013 Author Share Posted October 25, 2013 Everything is as it should be, still no luck Link to comment Share on other sites More sharing options...
vekia Posted October 25, 2013 Share Posted October 25, 2013 but your reference code isn't inside this <span> and it must be there can you show contents of your product.tpl file please? i will inspect it Link to comment Share on other sites More sharing options...
[email protected] Posted October 25, 2013 Author Share Posted October 25, 2013 It's finally there! I didn't realize I had to put the reference code inside the <span> code. Thank you so much for your help Regards Link to comment Share on other sites More sharing options...
vekia Posted October 25, 2013 Share Posted October 25, 2013 yeah im so glad that it works now! btw. Icelandic music is amazing next year, in the summer I will visit this beautiful island!tickets already booked Thread marked as solved with regards, Milos Link to comment Share on other sites More sharing options...
[email protected] Posted October 28, 2013 Author Share Posted October 28, 2013 Wow, awesome! You should definitely hit me up when you get here, I play in a local band and am very familiar with the underground music scene 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