CSS Code to Increase Footer Height

by 9 replies
13
I'm currently using Profits Theme for Wordpress and I'm trying to increase the footer (BG Image) height on one of the skins in the custom editor. Does anyone know what CSS code would have to be added to accomplish this?

Here is the existing CSS code in the editor:

/* Footer */
#footer-bg{

}

#footer{

}

#footer a{

}

#footer a:hover{

}

.footinfo{

}
#website design #code #css #footer #height #increase
  • assuming its 100px height
    • [1] reply
    • I tried adding that code, then saved the settings and it didn't work. Any other suggestions?
  • here you go....

    Add padding. The code below adds 20px to the top and bottom....

    PHP Code:

    #footer-bg {   
      
    background#212121;    
      
    padding:  20px 0;

  • Hm, still isn't making any changes to my footer.
  • which css that you edit? i reckon they have multiple css.

    do you have live url?
    • [1] reply
    • you are going to have to post a link. It had to have made a change if your site.
      • [ 1 ] Thanks
      • [1] reply
  • Thanks for all your comments, I was able to get it figured out.

Next Topics on Trending Feed

  • 13

    I'm currently using Profits Theme for Wordpress and I'm trying to increase the footer (BG Image) height on one of the skins in the custom editor. Does anyone know what CSS code would have to be added to accomplish this? Here is the existing CSS code in the editor: