Comments truongdaoanhthu started the conversationSeptember 27, 2021 at 7:32amHi there,How can I align all elements center? Thanks 2,613PenciDesign repliedSeptember 27, 2021 at 10:24amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 767px) { .footer-widget-wrapper, .footer-widget-wrapper .widget-social.pc_alignleft, .footer-widget-wrapper .widget .widget-title { text-align: center; }}Regards,PenciDesign.truongdaoanhthu repliedSeptember 29, 2021 at 3:11amHi there, I did following what you guided, but it didn't change anything. I want everything is center. What should I do next?Thanks 2,613PenciDesign repliedSeptember 29, 2021 at 3:18amHi,Please copy & paste to Customize → Custom, click Publish, clear all your cache then check again.Here is the screenshot of your site when this code applies to your site:Regards,PenciDesign.truongdaoanhthu repliedSeptember 29, 2021 at 4:35amHi there,Thanks for your supporting. The mobile mode has changed like what I want. But the tablet mode hasn't (Image attached). And I don't know why. :(( 2,613PenciDesign repliedSeptember 29, 2021 at 5:08amHi,If you want to show it on the tablet, please modify the code like this: @media only screen and (max-width: 959px) { .footer-widget-wrapper, .footer-widget-wrapper .widget-social.pc_alignleft, .footer-widget-wrapper .widget .widget-title { text-align: center; } }Regards,PenciDesign. Sign in to reply ...
Hi there,
How can I align all elements center?
Thanks
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Hi there,
I did following what you guided, but it didn't change anything. I want everything is center. What should I do next?
Thanks
Hi,
Please copy & paste to Customize → Custom, click Publish, clear all your cache then check again.
Here is the screenshot of your site when this code applies to your site:
Regards,
PenciDesign.
Hi there,
Thanks for your supporting.
The mobile mode has changed like what I want. But the tablet mode hasn't (Image attached). And I don't know why. :((
Hi,
If you want to show it on the tablet, please modify the code like this:
Regards,
PenciDesign.