Mobile footer too narrow

edited June 10 in Theme Options

Hello

Comments

  • Hi,

    There is a padding taken from the desktop view which is assigned in Betheme -> Theme options -> Footer:

    There is no setting to control this value for mobile display so you would have to use the following CSS code:

    @media only screen and (max-width: 767px){
     #Footer .widgets_wrapper{
       padding-left: 0!important;
       padding-right: 0!important;
     }
    }
    

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Or you can omit using Custom CSS and have a higher customization option with our Footer Builder:

    https://support.muffingroup.com/video-tutorials/footer-builder/


    Best regards

  • Thank you! I figured out it takes the padding from there so removed it and tweaked desktop view. I wanted to delete this discussion here before you would read it but didn't know how to : )

  • I suggest leaving it as is so that a person with another issue can easily find an answer.


    Best regards

Sign In or Register to comment.