pchapple Posted November 7, 2013 Share Posted November 7, 2013 One thing that has bugged me for a while is that the default product ratings / comments appear below the 'add to cart' button and then push the long description/tabs down the page, close to or below the fold. Not good because the customer doesn't then see all the extra information. So, after a few hours I have managed to fix this with a simple CSS change. Now the disclaimer, I have done this with my theme, it's not extensively tested though I have put it through the web developer responsive themes checker to make sure it doesn't mess the other layouts. I also have no idea if this is the right way to do it. It's just the way that worked for me today! Here are my changes: In productcomments.css I amended the following: #product_comments_block_extra { padding: 0 0 0 0; font-weight: bold; font-size: 12px; line-height: 18px; float: left; width: 160px; margin-top: 15px; } In product.css I amended the following: .content_prices { margin: 10px 0; padding-top: 10px; text-align: right; float: right; width: 230px; } You can tweak as needed. Essentially, it creates a two column layout. Final disclosure, I am not a CSS expert, not even close. I can tweak in Firebug. Please don't reply with problems on your site because I won't be able to help, even if I had the time to! :-) This is here to help anyone in a similar position who needs a quick tip. Thanks. Link to comment Share on other sites More sharing options...
vekia Posted November 8, 2013 Share Posted November 8, 2013 i think that everything depends on theme that you use so my question is: what theme you use? Link to comment Share on other sites More sharing options...
pchapple Posted November 9, 2013 Author Share Posted November 9, 2013 (edited) You're absolutely correct, Vekia--it depends on your theme and what layout you have. I posted this just in case it's the missing answer for someone in a similar position. I'm using a theme generated using the excellent http://presta-theme-maker.com/. It uses a left column on a main page whereas the default theme also has a right column. Anyway, you can see www.galvoshredders.co.uk for how it looks. Edited November 9, 2013 by pchapple (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 9, 2013 Share Posted November 9, 2013 now it's clear btw. very good, clean and nice modification of default theme and of course product ratings stars looks brilliant thank you! Link to comment Share on other sites More sharing options...
pchapple Posted November 9, 2013 Author Share Posted November 9, 2013 Thanks! 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