Hi Support,
I am trying to style the cards on my website. I want them to align in the centre. So far i have used the following css to achieve this but cant get it to align in the centre:
.page-id-30 .front .x-face-text {
display: none; !important
}
.page-id-30 .x-card-inner{
height:420px !important;
width:280px !important;
}
.permit-card .x-face-outer.front,
.permit-card .back {
border-radius: 25px;
}
Essentially i want the card to be in the centre of each column as i have multiple column layouts.
Please can you help?
