Reply 277947 to: Поменять тему с английского на русский язык

Avatar: Rose Tyler
Rose Tyler
Support staff
March 5, 2021 at 15:35

Hello,

– provide a screenshot for a better understanding of your request. Also, provide temporary wp-admin access.
– add this code in Theme Options > Theme custom CSS > Custom CSS for mobile:

.footer-widgets.col-md-4 {
    width: 33.33%;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}

or just align footer content to center:

.footer-widgets .widget-title {
    text-align: center;
}
.footer-widgets .textwidget {
    text-align: center;
}

for mobile.

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.