My client is creating blog posts. Images within the posts that are right justified do not look good on a phone in portrait layout since the wrapping text looks bad.
I’m assuming there is a way to create a media query to change those right justified images to center justified with no wrap when the screen size is below a certain number of pixels. Just can’t figure it out.
Text does not flow right in the smaller screens.
Suggestions?
Hey spidercreations,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.single-post .alignright {
float:none !important;
display:table !important;
margin:0 auto !important;
}
}
Best regards,
Rikard
Thank you. That seems to have worked well.
Steve
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon