Hello Support,
Love your theme and we put the site finally live but just saw an issue on the mobile when we are viewing the blog posts on the Mobile.
http://shellivarela.com/blog/
We have the blog posts setup under 1/2 and the images on the right on 1/2.
The Title and excerpt is going off the screen on the right and was hoping you can help.
Thanks,
MP
Hey Marcelo!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .fullsize .template-blog .post .entry-content-wrapper > * {
max-width: 50%;
margin: 0 10px;
}}
Best regards,
Yigit
Awesome… you guys rock.