Okay
  Public Ticket #2657066
Gallery Margin
Closed

Comments

  • AntoineBiron started the conversation

    Hello !

    I have a margin problem. 

    How I can remove the 110px top margin of the gallery ?

    Thanks :)

  •  8,849
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .nectar-flickity[data-control-style="material_pagination"]:not(.masonry) .flickity-viewport, .nectar-flickity[data-controls="material_pagination"]:not(.masonry) .flickity-viewport {
        margin: 30px 0 0px 0 !important;
    }

    Thanks


    ThemeNectar Support Team 

  • AntoineBiron replied

    And it work ! 

    Thank you Tahir for your help and your rapididity