Okay
  Public Ticket #869015
Responsive error
Closed

Comments

  •  2
    Tom started the conversation

    Hi there,

    I'm moving along quit well with customizing my website with this theme. The homepage is about done. 

    There is only one error that I am encountering with the resizing of the "latest blog posts" widget, when scaling the website down. It's a nice widget witch resizes nicely when scaled down to mobile, except between 990 en 780 pixels, it doesn't. (See link for behavior). Is there something to do about this with some custom CSS? 

  •  1,611
    Barry replied

    Hi Tom,

    You can use this CSS fix if you copy/paste it via Appearance > Customize > Theme Options > Custom:

    @media (min-width: 768px) { body.home .block-posts .col-sm-4 { width: 100%; } }

    That should fix this issue.

    If you have any questions, please let me know.

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes

  •  2
    Tom replied

    Again, a perfect and quick fix! Thank you.

  •  1,611
    Barry replied

    You're welcome!

    Best regards,
    Barry
    QreativeThemes.com  |  WordPress Themes