-
AuthorPosts
-
December 2, 2013 at 12:11 pm #195254
Hey Kriesi!
I have a table on my frontpage:
http://www.onfejlesztoter.hu/I’d like to set the same distance between rows, what I created between columns with ” Use the table as a Pricing Table” setting.
https://drive.google.com/file/d/0B19WV53D7jS5UXdFQjlXR3Jyd0U/edit?usp=sharingI have an other question: how i can set the same gray color with second row, than the first?
Thank you!
Regards:
RobiDecember 2, 2013 at 11:37 pm #195547Hey Robi!
Try adding this code to the Quick CSS:
.pricing-table li { background: #fcfcfc !important; margin-bottom: 20px; border-bottom: 1px solid #e1e1e1; }
Cheers!
JosueDecember 4, 2013 at 2:54 pm #196135Hey Josue!
It works in Chrome, you are awesome! :)
Unfortunately in Internet Explorer, and in Mozilla it is not perfect, I attach two picture about problem:
Firefox: https://drive.google.com/file/d/0B19WV53D7jS5NU42d2xINzczR2c/edit?usp=sharing
Firefox version: 25.0.1
Explorer: https://drive.google.com/file/d/0B19WV53D7jS5MXJGenpqUzVQcWs/edit?usp=sharing
Explorer version: IE 10.0.9200.16736
I already have announced the Explorer problem in this topic: Thinner space betwen 2 tableRegards:
RobiDecember 5, 2013 at 4:43 pm #196702Hi!
Please try adding following code to Quick CSS as well
.pricing-table > li:first-child { margin-bottom: 20px; border-bottom: 1px solid #e1e1e1; }
This should fix it in Firefox and we should see how it will end up in IE
Cheers!
YigitDecember 6, 2013 at 10:34 am #196944Hey Yigit!
I added the code, but unfortunately it didn’t change anything. Maybe should I delete one of the earlier code?
Regards
Robi
December 6, 2013 at 8:30 pm #197082Hey!
I tried with the first code i suggested adding the !important rule to each property and it appears to work in Firefox 25:
.pricing-table li { background: #fcfcfc !important; margin-bottom: 20px !important; border-bottom: 1px solid #e1e1e1 !important; }
Best regards,
JosueDecember 10, 2013 at 3:49 pm #198564Hi Josue!
It works the first code in Firefox , the !important rule was good idea. :)
The space betwen 2 row of table is ok in IE, but the firs and third column start in wrong place.
https://drive.google.com/file/d/0B19WV53D7jS5U1Jra0lod01uZXM/edit?usp=sharingRegards:
Robi -
AuthorPosts
- The topic ‘Table calibration’ is closed to new replies.