Home Forums WoodMart support forum Topbar left not visible on mobile

Topbar left not visible on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38370

    getimo
    Participant

    Hi,

    I’d like to display that content on mobile devices. How?

    Thank you!

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

    Bogdan Donovan
    Keymaster

    Hi,

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

    body .top-bar-left, 
    body .topbar-left-text {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    }

    Regards

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