Forum Replies Created
Viewing 1 post (of 1 total)
- AuthorPosts
- AnotherdagouParticipant
Hi, you can change the font and padding of the description text for better results.
Note.- Be careful with the css that you write on the WP editor, a bad character could create an error, so you’re styles couldn’t apply correctly.
@media screen and (max-width:768px) { /* Slide on Mobile */ .ht-slide-caption { left: 0; width: 100%; margin-left: 0; } .ht-slide-cap-desc { padding-left: 12px; padding-right: 12px; font-size: 16px; } }
- AuthorPosts
Viewing 1 post (of 1 total)