Hello There,
For the topbar, please also add this custom CSS:
.x-topbar {
max-width: 701px;
margin: 0 auto;
}
Then update this:
.x-topbar .p-info {
float: right;
border-right: solid 2px rgb(140, 148, 161);
margin-right: 20px;
}
To this:
.x-topbar .p-info {
float: left;
border-right: solid 2px #8c94a1;
margin-right: 20px;
padding-right: 20px;
}
Hope this helps.