Hi there,
for the following I tried:
-
The CSS seems to work, so that means playing around with Fixed height, Font-size and with percentages to it aligns in a proper way and stays readable.
-
(see point 1) https://www.easystep2.nl/microsoft365-of-office365/
-
In combination with point 1 this becomes quite cumbersum.
My current css is:
/* General Pricing Table settings */
.x-pricing-column:first-child {
width: 40% !important;
}
.x-pricing-table.three-columns .x-pricing-column {
width: 30%;
}
.column01 .x-pricing-column-info .x-btn {
visibility: hidden;
}
.column01, .column02, .column03, ul.x-ul-icons li {
min-height: 60px;
font-size: 0.9em;
}
/* to remove icons /
.column01 .x-pricing-column-info ul>li [class=“x-icon-”] {
display: none;
}
/* Office365 Pricing Table Column 1 */
.column01 h2 {
background-color: #ddd;
}
.column01 .x-pricing-column-info {
/* background-color: orange; */
}
.column01 ul.x-ul-icons li {
text-align: left;
margin-right: 0em;
padding-left: 0em;
}
.column01 h3, .x-pricing-column-info .x-interval {
color: white;
}
/* to change button background color */
.column01 .x-btn {
color: white;
border-color: #EC971F;
background-color: white;
visibility: hidden;
}
.column01 .x-btn:hover {
color: #F9F2FF;
border-color: #F0AD4E;
background-color: #F0AD4E;
}
/* Office365 Pricing Table Column 2 /
.column02 h2 {
/ background-color: #23a8e1 !important; */
}
/* to remove icons /
/.pricingtable-office365-col2 .x-pricing-column-info ul>li [class*=“x-icon-”] {
display: none;
} */
/* pricing background color*/
.column02 .x-pricing-column-info {
background-color: #23a8e1;
color: white;
}
.column02 .basic-class .x-interval {
color: white;
background-color: #23a8e1;
text-align: center;
letter-spacing: 2px;
font-size: 1.7em;
}
.column02 .x-pricing-column-info .x-interval {
color: white;
}
.column02 h3,.x-interval-sub {
background-color: #23a8e1;
text-align: center;
letter-spacing: 2px !important;
color: white;
}
.column02 .x-ul-icons li {
background-color: #23a8e1;
}
.column02 ul.x-ul-icons li {
color: white;
}
/* to change button background color */
.column02.x-btn {
color: #F9F2FF;
border-color: #EC971F;
background-color: #EC971F;
margin-top: 2px;
padding: 20px;
}
.column02 .x-btn:hover {
color: #F9F2FF;
border-color: #F0AD4E;
background-color: #F0AD4E;
}
/* Office365 Pricing Table Column 3 */
.column03 h2 {
background-color: #ddd;
}
/* to remove icons /
/.column03 .x-pricing-column-info ul>li [class*=“x-icon-”] {
display: none;
} */
/* pricing background color*/
.column03 .x-pricing-column-info {
/* background-color: orange; */
}
.column03 .x-pricing-column-info .x-interval {
color: grey;
}
.column03 h3, .basic-class .x-interval {
/* background-color: #ffa500; */
color: grey;
text-align: center;
letter-spacing: 2px !important;
}
.column03 ul.x-ul-icons li {
color: grey;
}
/* to change button background color */
.column03 .x-btn {
color: #F9F2FF;
border-color: #EC971F;
background-color: #EC971F;
margin-top: 2px;
padding: 20px;
}
.column03 .x-btn:hover {
color: #F9F2FF;
border-color: #F0AD4E;
background-color: #F0AD4E;
}
.column03 .x-pricing-column-info .x-btn {
visibility: hidden;
}