Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Poor quality of image with caption

Home / Forums / Virtue Theme / Poor quality of image with caption

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
September 24, 2014 at 12:01 pm

Hi Ben,
Images added with caption don’t have a border and they are wrong scaled so have worse quality. Normally images without caption have border and padding: 10px. So I think this 20px more is the problem bad scaling and poor quality. I temporarily added this lines to css:

.thumbnail [class*=wp-image]{
padding: 10px;
border: 1px solid #ddd;
border-color: rgba(0,0,0,.05);
}

.thumbnail [class*=wp-image]:hover{
border: 1px solid #ddd;
border-color: #ccc;
border-color: rgba(0,0,0,.08);
-webkit-box-shadow: 0 1px 4px rgba(51,51,51,.25);
-moz-box-shadow: 0 1px 4px rgba(51,51,51,.25);
box-shadow: 0 1px 4px rgba(51,51,51,.25);
}

and it works good.

Sebastian

  • The forum ‘Virtue Theme’ is closed to new topics and replies.