• jheight2

    (@jheight2)


    Hi,

    looking to fix a problem. I have a menu when viewed on 1920 x 1080, even at 1280 x 720 it will still look fine. When viewed on a netbook with its lower screen size, the menu will be viewed in two lines instead of one.

    Is there a way to have the menu resize according to the resolution of the screen without creating another CSS template?

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jheight2

    (@jheight2)

    If there is a post that has this problem solved could you show me a link to save your time in explaining it again.

    Thanks

    Extech

    (@extech)

    You can use the different media screen for different screen resolution.

    @media screen and (max-width: 860px) {
    /* your css here */
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘scaling menu for smaller screen sizes’ is closed to new replies.