Hello,
- Please consider adding the following CSS Code:
.portfolio-nomargin .portfolio-item, .portfolio-full .portfolio-item {
padding: 0 5px 5px 0 !important;
}
- We already have an Example with the Common Height Functionality in Several Templates including the Main Classic Demo: http://themes.semicolonweb.com/html/canvas/ . So you can simply consider using the following code:
<div class="row clearfix common-height">
<div class="col-md-6 center col-padding" style="background-color: #F5F5F5;">
<div>
Your Content..
</div>
<div class="col-md-6 center col-padding" style="background: url('images/services/main-bg.jpg') center center no-repeat; background-size: cover;">
<div> </div>
</div>
</div>
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.