This topic has 4 replies, 2 voices, and was last updated 7 years, 1 months ago ago by Rose Tyler
I did put Facebook Page Plugin WIDGET by Jetpack into my site prefooter row, but it has maximum width of 500px. Therefore it aligns to the left but i need it to be aligned to CENTER and the TITLE as well.
Option 2: Can I hide the widget on desktop and show on mobile only?
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
Thank you! Very satisfied with the support.
You’re welcome! 🙂
Regards
Tagged: center widgets, prefooter, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up