![]() |
Re: Error in Light & Lucid 3-columns
Thank you all for your responses.
Quote:
Quote:
If i click on a star to vote for a product the alignment returns to the left. To see what I mean, go to my test site and rate a product. Best regards, Andreas |
Re: Error in Light & Lucid 3-columns
Quote:
It appears the module is adding in-line css, probably with javascript, after you rate something that is over writing your width setting to be style="width: auto;" It will not center with this in-line code. At this point - you are going to have to experiment to see if the writers of this code have a reason for adding this in-line style for rated products. You can use webmaster mode to find the template where they are doing this. You can take it out and see the impact. You can also use Firefox/Firebug to see the css that is controlling all this and experiment using these tools. You can also try creating your own div with width and margin set to center it, and place it around the cre-views-rating-box div. This is essentially what Ashley suggested above - only use a div with width, not a td. |
Re: Error in Light & Lucid 3-columns
Happy new year everybody!
Quote:
First of all accept my apologies for not answering for so many days. After a lot of trial and error I finally found the solution. All I need now is to see if all pages appear correctly. And this has to be done in all browsers. I 'd like you to check it and see if there is any change that may affect other things. So here is the way to do it: I opened the skin1/main.css version: Code:
/* and made the following changes: 1. Replaced this Code:
.products .price-row { with this Code:
.products .price-row { 2. Replaced this Code:
.products .buy-now .quantity { with this Code:
.products .buy-now .quantity { 3. Replaced this Code:
.products-table td.product-cell-buynow .button-row { with this Code:
.products-table td.product-cell-buynow .button-row { 4. Replaced this Code:
.products-table .image { with this Code:
.products-table .image { 5. Replaced this Code:
.products-table .sku { with this Code:
.products-table .sku { 6. Replaced this Code:
.creviews-rating-box { with this Code:
.creviews-rating-box { 7. Replaced this Code:
.creviews-vote-bar ul { with this Code:
.creviews-vote-bar ul { 8. Replaced this Code:
.creviews-rating { with this Code:
.creviews-rating { 9. Replaced this Code:
div.market-price { with this Code:
div.market-price { 10. Replaced this Code:
.products-table .product-cell { with this Code:
.products-table .product-cell { There are some more changes to be made (for example, if you use taxes you may need to center align the taxes row) but I won't go in further details right now. Thank you all for helping with one way or another! Andreas |
Re: Error in Light & Lucid 3-columns
It looks like it works ok on firefox, ie 8 and chrome.
Unfortunately, there is a mess in ie 6 and probably in ie 7. Any ideas? |
Re: Error in Light & Lucid 3-columns
The centre looks ok As Far as I can see using IE7, not tested it on IE 8 on my laptop, but check the main.IE6/7 etc css files and also check altskin.css and the ie6/7 alt skins.............
I use to have a nice piece of sotware to check in all browsers, and use to work well, I have lost it and can't remember what it's called. (Maybe google it) |
All times are GMT -8. The time now is 06:53 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.