I'm looking to get the thumbnail gallery to sit in the transparent div with the same thickness/reveal of the transparent div around the images. Top, left & right are good, but bottom is showing a thicker reveal. I can see via inspect element that there's an inline style setting the height and if I force that in the inspect I can get the bottom reveal to be what I want. SO - if there's another/better way to set the reveal to this transparent div please let me know, otherwise, any way I can set the height?? Here's the main div in the code that has the inline height:
Hey , Simply align it using this custom css. Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
.portfolio-items .col.span_3 {
margin-top: 18px !important;
}
I'm looking to get the thumbnail gallery to sit in the transparent div with the same thickness/reveal of the transparent div around the images. Top, left & right are good, but bottom is showing a thicker reveal. I can see via inspect element that there's an inline style setting the height and if I force that in the inspect I can get the bottom reveal to be what I want. SO - if there's another/better way to set the reveal to this transparent div please let me know, otherwise, any way I can set the height?? Here's the main div in the code that has the inline height:
<div id="portfolio" class="row portfolio-items no-masonry " data-starting-filter="" data-categories-to-show="" data-col-num="cols-4" instance="0" style="position: relative; height: 124px;">
...when I change it from 124 to 115px the box then looks as I'd like it to. Thank you for your help!
Hey ,
Simply align it using this custom css.
Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
Bes.t
ThemeNectar Support Team