Home › Forums › WordPress Themes – Premium › Flat Responsive › Footer Question › Reply To: Footer Question
August 18, 2015 at 2:01 pm
#21674
Inactive
Hi Martin,
Please use the child theme stylesheet to modification css, so that custom css does not lost while you update the theme. for now add the following code of css:
ul.navmenu > li > a, .navmenu ul > li > a {
line-height: 120px;/*Requird pixel here*/
.flat_responsive_footer {
padding: 0rem 0rem; /*Requird Pixes here */
}
Note: use the custom css plugin or child theme stylesheet to write the custom css.
Thnaks