Advertisement
arie_cristianD

not crop featured gallery style

Feb 24th, 2025
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. .featured_gallery .thumbnail-container.custom-size {
  2.     padding-bottom : 0;
  3.     height: auto;
  4. }
  5.  
  6. .featured_gallery .thumbnail-container.custom-size img{
  7.     position : relative ;
  8. }
  9.  
  10.  
  11. .jeg_featured.thumbnail-container.jeg_owlslider.size-715  {
  12.         padding-bottom : 0;
  13.     height: auto;
  14. }
  15.  
  16. .featured_gallery.tns-slider {
  17.     display : flex !important;
  18.     align-content: center;
  19. }
  20. .featured_gallery.tns-slider .tns-item {
  21.     margin : auto 0 ;
  22. }
  23.  
  24. .jeg_featured.thumbnail-container.jeg_owlslider:after {
  25.     background : #990033;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement