Responsive Menu Problem (with width 767px)

Home Forums Iconic One Pro Support Responsive Menu Problem (with width 767px)

This topic contains 1 reply, has 2 voices, and was last updated by  Themonic-Support 6 years, 2 months ago.

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

    SJ
    Participant

    First of all, thank you for the nice theme.

    I’d like you to modify a small bug for the next update – responsive menu runs improperly when the width of display is exactly 767px.

    Here is a solution:

    In style.css,
    “@media screen and (min-width: 767px)”
    should be replaced as
    “@media screen and (min-width: 768px)”.

    Because there are two other lines that “@media screen and (max-width: 767px)”,
    and “(max-width: 767px)” goes well with “(min-width: 768px)”.

    #5136

    Thank you, we will look into it.

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

You must be logged in to reply to this topic.