Okay
  Public Ticket #2404597
Extra whitespace between nav and image slider
Closed

Comments

  • lindseypink started the conversation

    There is about 1 inch of white space between the navigation and the image slider on my individual portfolio pages. Is there a way to get rid of this extra white space? 

  •  8,990
    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[data-controls*="arrows_overlaid"]:not(.masonry) .flickity-viewport {
        margin: 0px 0 !important;
    }

    Thanks


    ThemeNectar Support Team