Alignment different on mobile

hello,
The alignment is centered on certain links on tablet & mobile only. Please see screenshot.
Thank you


Thank you

Hi Jennine,

I checked your website and there is a piece of CSS code that causes the text-align to be centered:

.dafooter .x-bar-container {
    display: block;
    width: 160px;
    margin: 0 auto !important;
    text-align: center;
}

Please kindly check where you have added that CSS code and remove the text-align: center; from there.

kindly get back to us with the result of the steps above and URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case if you still have problems.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.