Home Forums Basel support forum How to add space on top header on mobile

How to add space on top header on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17627

    kingcontent
    Participant

    Hello,

    I added a title on the top header it shows fine on desktop but in mobile cuts off. see screenshot. how to add more space on mobile so the title shows up?

    Attachments:
    You must be logged in to view attached files.
    #17634

    Eric Watson
    Participant

    Hello,

    Try to add the following code snippet to the Custom CSS for mobile area in Theme Settings.

    .topbar-wrapp {
        height: auto;
        padding: 5px 0;
    }
    

    Kind Regards
    XTemos Studio

    #17703

    kingcontent
    Participant

    Thank you. Impressive customer support!

    #17704

    Eric Watson
    Participant

    You are welcome!

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