Home Forums WordPress Themes – Premium Flat Responsive Footer Question Reply To: Footer Question

#21674
Anonymous
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