Kindly search
.col-right {
float: right;
}
and replace by
.col-right {
float: none;
text-align: center;
}
On your theme style.css file.
Kindly search
.col-right {
float: right;
}
and replace by
.col-right {
float: none;
text-align: center;
}
On your theme style.css file.