center footer

hi guys .. so is possible on mobile to have the footer content in center and not on left ...


ideas?

Comments

  • Hello,

    If you want to center the content in the Footer for mobile-only, you will have to write CSS code and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    Do you need help with it?

    But if you want to center it on desktop as well, you can use inline CSS in the Custom HTML widgets.

    Thanks

  • hi there, is ok only for mobile ... so some css it will be ok?

    hmhmhm can u help me with code please?

    👍

  • Please, use the following code:

    @media screen and (max-width:767px){
     #Footer,
     #Footer .custom-html-widget div{
          text-align: center!important;
     }
    }
    

    Thanks

  • great !!! thanks a lot!!!!


    🙋🏻‍♂️

Sign In or Register to comment.