Dropcap not working

Hi, Dropcap shortcode seems to be broken on mobile. When resize browser window rest of word goes away and can’t see it on mobile Can you please advise as to how i can fix?

Thanks,
Tim

Hi Tim,

Thanks for reaching out.

It’s because of the image and it floats pushing anything around it. Perhaps we should stack them on mobile, please add this CSS to Theme Options > CSS

@media ( max-width: 767px ) {
.alignright, .alignleft {
float: none;
margin: 0 auto;
}
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.