Home › Forums › Jevelin Theme › Top bar in mobile version
Home › Forums › Jevelin Theme › Top bar in mobile version
I’ve decided to use the WPbakery page builder header. When including the top bar in the mobile version, my address wraps and doesn’t fit the page correctly. Is there a way to shrink or widen the header so all my contact info looks clean?
Solution for this topic
Hi @vincen72,
Thank you for your question.
You can widen the top header width by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-header-builder-topbar-container.container { max-width: 99% !important; }
Best regards,
Shufflehound team
Thanks! This helped. However, is there a way to layer my contact info a little better? For example, show my phone number directly under my email address. Then have the social media icons directly under my phone number.
Disregard my follow-up request. I’ll eliminate my address to make it look cleaner.
Thanks a lot for your help!
You are most welcome here 🙂