I need to increase the height of the top bar on mobile view - my phone number is not showing at all.
Hi There @gobeyondesign
Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.
@media (max-width:480px) {
.x-topbar {
height: 100px;
}
}
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.