Tagged: x
-
AuthorPosts
-
March 20, 2017 at 12:32 pm #1413949
Hello,
I have used your custom CSS to show a whole image on the front face of the cards, instead of colored background.
But the size of the cards doesn’t depend on the images size (300x240px) and is different on each cards (4 cards on 4 columns), witch is not visually great.
1) So, how to set a fixed size (say 300x240px) in order to have the 4 cards with same width ?
2) How to remove the text only to the front face of cards ? Is it possible to keep on the front face only the title, but remove the text below ?
Many thanks.
March 20, 2017 at 12:34 pm #1413953This reply has been marked as private.March 20, 2017 at 1:02 pm #1413995Hi again !
I have found what i was looking for. I explain to help those who wanted to know (To X team : please correct if there are some mistakes) :
1) `.x-card-inner {
min-height: 240px;
}`2) `.front .x-face-title,
.front .x-face-text {
display:none;
}`Hope it helps !
March 20, 2017 at 1:20 pm #1414012I have just seen that the graphic was still shown on the front face !
To remove it, just add the following line to the previous code #2 :
.front .x-face-graphic,
March 20, 2017 at 1:55 pm #1414049Glad to hear you got it sorted.
Cheers!
March 20, 2017 at 2:03 pm #1414063Thanks to your forum Jade ! 🙂
March 20, 2017 at 9:19 pm #1414492Happy to hear that. Feel free to ask us again. Have a great day! 🙂
-
AuthorPosts