Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #283648

    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

    #283660

    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

    #283663

    Awesome… you guys rock.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Pots on mobile title and excerpt are going off the screen’ is closed to new replies.