Reply 173159 to: How to center widgets on prefooter row

Avatar: Rose Tyler
Rose Tyler
Support staff
September 22, 2017 at 08:06

Hello,

Please add this code in custom.css of parent theme or in style.css file of your child theme:

#facebook-likebox-5 {
    text-align: center;
    display: none;
}
@media only screen and (max-width: 480px) {  
    #facebook-likebox-5 {display: block;}
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.