Tagged: mobile
http://jonnyfreesh.com/raw-dessert-recipes/
On computers the preview images and titles of my posts are aligned properly, but on the mobile version they are aligned too far to the right.
Screenshot –
https://www.dropbox.com/s/pydy1rspsc900ka/IMG_0806.PNG
How can I fix this?
Thanks,
Jonny
Hey deyowulf!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
main .post-entry {
padding-right: 17px;
}}
Best regards,
Yigit
Thanks that worked :)