Comments mikel started the conversationDecember 1, 2014 at 5:08pmHello. 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,844Tahir repliedDecember 2, 2014 at 2:18pmHey!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 repliedDecember 2, 2014 at 3:49pmhello 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,844Tahir repliedDecember 2, 2014 at 5:43pmHey!Simply right-click Inspect element in chrome to see the relevant css class. See screenshot: http://prntscr.com/5cf7ja . Best,-T ThemeNectar Support Team Sign in to reply ...
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.
Hey!
ThemeNectar Support Team
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;
}
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