rebirth Posted January 7, 2013 Share Posted January 7, 2013 (edited) When ordering is not available when a product is out of stock, I get very strange category lists. The list doesn't look like it looks when everything is in stock. When they are all in stock, I get a nice list, that looks completely the same, and on every line 2 products. When products are out of stock, the layout changes, and somethimes there is even a gap on a line. Also the text from the button is still visible, but in an other color, while I don't want to see the text or button. Can someone help me and tell me how I can get this right? Edited January 8, 2013 by rebirth (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 what is your site url? Link to comment Share on other sites More sharing options...
rebirth Posted January 8, 2013 Author Share Posted January 8, 2013 you can't see it on the website right now, because I disabled the function because of the weird and disorderly look. Right now people can order, even if something is out of stock. But this really isnt supposed to. You can see how it is supposed to look like: http://goo.gl/tlDnZ And on the screenshot I have attached in the first post, you see how it looks like when I disallow ordering when out of stock. Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 It's hard to get it right without inspection it live, but it seems like the height different is causing the issue. try to add in your "themes/prestadesigner_modern_orange/css/global.css" between lines: 1119 & 1120: min-height: 253px; so lines 1119-1121 will look like this after you change: text-align: center; min-height: 253px; } if its not working I will have to see it live Link to comment Share on other sites More sharing options...
rebirth Posted January 8, 2013 Author Share Posted January 8, 2013 (edited) Hello yaniv14, I made the change in global.css, but it doesn't really help. I have changed it, so you can see the problem live now. A good example is this category: http://goo.gl/0R3JF Edited January 8, 2013 by rebirth (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 Ok, My 1st post fix the images at home page. now to fix it in product list page you need to edit "themes/prestadesigner_modern_orange/css/product_list.css" add between lines: 10 & 11 min-height: 233px; so lines 10-12 will look like: width: 243px; min-height: 233px; } 1 Link to comment Share on other sites More sharing options...
rebirth Posted January 8, 2013 Author Share Posted January 8, 2013 (edited) Hey yanic14, It works, great!!! Thank you very much for your help, it already looks much better. One last question, if you maybe can help me with that? Could you tell me how I can remove the green text (or maybe change it in something else?) Edited January 8, 2013 by rebirth (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 to remove(hide) it completely try to add this anywhere is global.css ul#product_list li div.right_block span.exclusive {display:none;} but even if it's working check your entire site to see that it doesn't effect anything else. Link to comment Share on other sites More sharing options...
rebirth Posted January 8, 2013 Author Share Posted January 8, 2013 I added the line to my global.css, but it is still visible Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 try to add it not at the end of the file. try to add it between lines: 1112 & 1113 Link to comment Share on other sites More sharing options...
rebirth Posted January 8, 2013 Author Share Posted January 8, 2013 You are right, that did it. Thank you very much for your help yaniv14! Link to comment Share on other sites More sharing options...
yaniv14 Posted January 8, 2013 Share Posted January 8, 2013 You welcome. if that solve all your topic issue, mark your topic as solved. 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