Home Forums WoodMart support forum Menu in small screen mobiles

Menu in small screen mobiles

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #199468

    insolitbeauty
    Participant

    Hello,
    I am writing to you because I have verified that the menu is displayed correctly on medium-large screen mobiles but totally unconfigured on small screen mobiles. I attach an image of a simulator so you can check it. I do not understand why it does not adapt the font size to each device.
    Thank you

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

    Hello,

    This is secondary menu and when it has no space enough it may be broken into two lines.

    Please specify the range of the width when the problem starts and when it disappear I will provide the custom CSS.

    Best Regards

    #199587

    insolitbeauty
    Participant

    Thank you very much Elise,
    The web gives error for width <290 px
    Best Regards

    #199647

    Hello,

    Responsive design is 320 px min I check on 320px it is correct https://prnt.sc/srmg4e

    Here is the code for devices under 320 px

    @media screen and (width:319px){
    body .whb-color-dark .navigation-style-default .item-level-0 > a {
        color: red;
    	  font-size: 10px;
    }
    }

    Best Regards

    #199762

    insolitbeauty
    Participant

    Copy and paste in styles.css?
    Thank you

    #199787

    Hello,

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

    Best Regards

    #200042

    insolitbeauty
    Participant

    Thank you very much Elise.

    #200078

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

    Best Regards

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

The topic ‘Menu in small screen mobiles’ is closed to new replies.