Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
@media (max-width:480px) {
.x-topbar-inner.x-container.max.width {
width: 100%;
}
.x-topbar .p-info {
padding-left:0;
padding-right:0;
}
.x-topbar .p-info a img{
margin-left:-10px;
margin-right:-10px;
}
}
Note depending on how the mobile screen width is, there may be no way to have both buttons in one line. Also the grey background does not appear on our end. Were you able to fix this already? Do let us know – thanks!