Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
BeBuilder
Center Align Footer Widgets on Mobile only
sondrmedia
January 2019
in
BeBuilder
Hi support team,
How can I center align all of the footer widgets on mobile only? On desktop they should be left-aligned.
Comments
Pablo
January 2019
Hi,
It can be done only with Custom CSS.
If you don't know how to do it, please ssend me a llink to your website.
Thanks
sondrmedia
January 2019
benebeautyboutique.com thank you!
Pablo
January 2019
Hi,
Paste this CSS into the Theme Options > Custom CSS & JS > CSS
@media
(max-width:787px){
#Footer, #Footer p{
text-align: center !important;
}
}
Thanks
Sign In
or
Register
to comment.
Comments