Home Forums WoodMart support forum text-menu-mobile-version

text-menu-mobile-version

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

    vindesign_it
    Participant

    Hi,

    I set the mobile menu with Style: “WITH TEXT” but it don’t work, why ?

    In mobile version there is only icon.

    Can you help me ?

    Thanks a lot !

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

    Hello,

    This feature appears on 768 px width and on other width provide there is space enough https://prnt.sc/v1rpvh

    Mobile 320 px width does not have space enough for the text that is why it is hidden.

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 575px){
    body .mobile-nav-icon .woodmart-burger-label {
        display: inline-block;
    }
    }

    It will appear in a small-sized mobile view.

    Best Regards

    #234206

    vindesign_it
    Participant

    Thanks Elise !

    It’s work !

    #234255

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Tagged: 

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