Hi there,
I’m using QF Fashion theme for my last project and I found a tiny CSS error I’m unable to fix properly. When enabling the theme’s Card Reverse post alignment, the margin is causing the excerpt to be hidden on smartphones.
Check out it live: https://ibb.co/ByG806f
The problem is this code I think:
.l-cards--reverse .c-card:nth-child(2n) .c-card__text {
margin: 0 -12% 0 0;
}
The -12% is messing up the content on smaller screens.