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

portfolio item portfoliolink css

Home / Forums / Virtue Theme / portfolio item portfoliolink css

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
August 26, 2015 at 1:25 pm

Hello,

The CSS for my portfolio link slider is not quite right when viewed on a tablet or mobile. On the ‘Recent Projects’ slider, the title box overlaps the content. It’s most obvious when viewed at 768×1024.

I’m already using this CSS

.portfolio_item .portfoliolink {
ms-filter: "alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

.portfolio_item .portfoliolink {
margin: 0;
border: 6px solid #3fb8af;
border-top: 0;
border-radius: 0 0 15px 15px;
}

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