• Hi! I really love this theme and learned a lot in the forums.

    My problem is when I view my website in a smaller window, the featured image covers a bit of the Post title and excerpt.

    When viewing it in an iPad, there will also be a small edge of the picture peeking through the .round-div element.

    here’s my website:
    http://clairbellatv.com/

    I’ve searched the forums for this, and found nothing. If there’s already a similar thread, I would be very happy if you point me to the right thread. Thanks!

    Appreciate your help! 🙂

Viewing 1 replies (of 1 total)
  • I think there’s something you changed in your custom css that “breaks” responsiveness. E.g. this:

    .row-fluid [class*="span"] {
    display: block;
    min-height: 30px;
    float: left;
    margin-left: 0px;
    }

    That margin-left: 0px; in particular.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Image on cuts through text on smaller resolutions’ is closed to new replies.