Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flexbox or CSS Grid: Navigation Menu List Item – Social Icons

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #271753
    Mary Pieroszkiewicz
    Participant

    I want obtain my navigation menu – list item (two column) at mobile screen size (landscape) and three column tablet screen size, but my social icons I want obtain one column at the end of item list menu a full width screen at mobile landscape and tablet.

    My code at Codepen: https://codepen.io/mary_pieroszkiewicz/full/qYeNrY/

    I truly thank you for help.

    #271813
    NopelTG
    Participant

    Link not available

    #271814
    Mary Pieroszkiewicz
    Participant

    I have done it, but why Media Queries doesn’t work on Mobile Landspace …?

    Codepen: https://codepen.io/mary_pieroszkiewicz/full/MXWEeB/

    #271838
    kashif
    Participant

    hi please change your media query sequence opposite

    @media only screen and (min-width: 1024px) { }

    @media only screen and (min-width: 768px) {}

    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (orientation: landscape) { }

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.