• Hi,
    First off I would like to specify that I am new to WordPress and web design in general.

    In the page I have created, the WP_Admin bar isn’t fully visible (it cuts of half of the bar).
    Specifically, the bar on phone/tablet (max 782px), I managed to fix the bar on PC (it had the same problem).

    I wrote this in CSS:

    @media screen and (max-width: 782px)
    #wpadminbar {
    height: 57px;
    min-width: 300px;
    }

    Is there something wrong with this code?

    Thanks in advance!

    • This topic was modified 7 years, 9 months ago by nehme1499.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with WP Admin bar’ is closed to new replies.