Home Forums WoodMart support forum Mobile header

Mobile header

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

    turkayd
    Participant

    Hi,

    I would like to ask how to set up the mobile version as in the attachment. There should be top-bar-text at the top and the widgetarea under the logo, and also a custom menu and a searchfield as in the attachment.

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area for mobiles in Theme Settings to show the text

    div.top-bar-left, 
    div.topbar-left-text {
        display: flex;
    }

    Unfortunately, there is no way to add custom widgets area for mobile devices under the header in our theme.

    Regards

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