Okay
  Public Ticket #1687115
Flickity image gallery spacing + header
Closed

Comments

  •   Bertil started the conversation
  •  8,470
    Tahir replied

    Hey B,

    1) Try adjusting the value in here : http://prntscr.com/kmcv5u .

    2)Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-flickity:not(.masonry) .flickity-slider .cell {
        margin-right: 1%!important ;
    }

    Thanks


    ThemeNectar Support Team 

  •   Bertil replied privately
  •  8,470
    Tahir replied

    Hey AGain,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-flickity:not(.masonry) .flickity-viewport {
        margin: 0px 0 80px !important;
    }

    Thanks


    ThemeNectar Support Team