Hi there,
Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.x-topbar-inner.x-container.max.width {
max-width: 100%;
width: 100%;
}
@media (min-width:767px) {
p.p-info a img {
margin-left: 40%;
}
}
Hope this helps – thanks!