Hello,
I recently restructured my blog page. The featured images above the posts look weird on iPhone. They are displaying to the right of the text. It looks fine on a computer.
Is there a fix to this?
Thank you!
John
Hey nymetrowx,
Can you try adding this css code in Quick CSS (Located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive .big-preview {
padding: 0 0 10px 0 !important;
}
}
Hope this helps.
Best regards,
Nikko