Header - Topbar responsive

Hi there,
Please I have a problem with the responsive… the topper looks weird with white lines like a square around the text… how can I erase the white lines?

Thanks in advance!

Hi @joserodrigz,

Thanks for writing in!

Can you please add this CSS to your theme Option -> CSS and let us know if that helps!

@media (max-width: 767px) {
.x-topbar .p-info {
border: none !important;
}

Hope this fixes your issue.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.