Footer Height

edited March 2020 in Theme support
Help! Trying to reduce the height of the footer and keep it sticky to no more than 100px. Currently about 200. I've adjusted padding with Betheme options and tried various CSS scoured from the web with no luck. This can't be this hard!


Thanks in advance for any advice

Comments

  • Hello,
    All of the options related to the footer are available to change in the Theme Options > Footer
    You should increase the "padding" value and change the style to "Fixed"

    Thanks
  • There is virtually no control there for what I want to do. 

    For anyone in a similar situation, the following CSS code worked for me which was plugged into the CSS box in BeTheme options:

    #Footer .footer_copy{border-top:1px solid rgba(255,255,255,.1)}
    #Footer .footer_copy .one{margin-bottom:10px;padding-top:10px;min-height:33px}
    #Footer .footer_copy .copyright{float:left}

    #Footer .footer_action .one{margin-bottom:30px;padding-top:30px;text-align:center;font-size:110%;line-height:180%}
    #Footer .widgets_wrapper{padding:15px 0}
    #Footer .widgets_wrapper .column{margin-bottom:0}
    #Footer .widgets_wrapper .widget{padding:15px 0px 0px 0px;margin-bottom:0}
    #Footer .widgets_wrapper .widget:after{display:none}


Sign In or Register to comment.