Okay
  Public Ticket #327780
Foooter, widget and copyrigth space
Closed

Comments

  • mikel started the conversation

    Hello. I would like to decrease a little bit the footer and copyrigths parts vertical space. I have copied the custom css from 315105 ticket but as the other users posted, it doesnt work.

    Thanks.

  •  8,844
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    #footer-outer .row {
        padding: 25px 0px !important;
    }
    
    Thanks 


    ThemeNectar Support Team 

  • mikel replied

    hello I have copied and it worked. but I would like to change a littel bit the copyrigth area too. I have try this but nothing happens.

    #footer-outer #footer-widgets
    .row {
    padding:
    25px 0px
    !important;
    }

    #footer-outer #copyright
    .row {
    padding:
    5px 0px
    !important;
    }


  •  8,844
    Tahir replied

    Hey!

    Simply right-click Inspect element in chrome to see the relevant css class. See screenshot: http://prntscr.com/5cf7ja

    Best,

    -T


    ThemeNectar Support Team