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?
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?
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
Again, a perfect and quick fix! Thank you.
You're welcome!
Best regards,
Barry
QreativeThemes.com | WordPress Themes