Top bar in mobile version

Home Forums Jevelin Theme Top bar in mobile version

Home Forums Jevelin Theme Top bar in mobile version

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • vincen72
    Participant

    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

    vincen72
    Participant

    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.

    vincen72
    Participant

    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 🙂

Viewing 5 posts - 1 through 5 (of 5 total)