Making WordPress.org

Opened 7 years ago

Last modified 6 years ago

#4965 new defect (bug)

Nav menu icon size problem on mobiles device

Reported by: fayazgabol Owned by:
Priority: normal Milestone:
Component: Trac Keywords: has-screenshots has-patch needs-testing
Cc:

Description

Nav menu icon size problem on mobiles device

Attachments (4)

Screenshot_20200115_141855.jpg (283.8 KB ) - added by fayazgabol 7 years ago.
On Buddypress.trac.wordpress.org
tracfix.jpg (37.0 KB ) - added by kashifgabol 7 years ago.
fix by above code
4965.patch (516 bytes ) - added by akabarikalpesh 6 years ago.
menu icon css added. please check and let me know if any changes.
4965.2.patch (698 bytes ) - added by multidots1896 5 years ago.
Added Css for Nav menu icon size

Download all attachments as: .zip

Change History (7)

@fayazgabol
7 years ago

On Buddypress.trac.wordpress.org

#1 @Otto42
7 years ago

  • Component Make (Get Involved) / P2Trac

#2 @kashifgabol
7 years ago

  • Keywords has-patch added

it can be fix by this code

@media screen and (max-width: 782px)
#bb-menu-icon, #mobile-menu-button {
    display: block;
    position: absolute;
    right: 0;
    padding: 29px;
    text-decoration: none;
}

@kashifgabol
7 years ago

fix by above code

@akabarikalpesh
6 years ago

menu icon css added. please check and let me know if any changes.

#3 @akabarikalpesh
6 years ago

  • Keywords needs-testing added

@multidots1896
5 years ago

Added Css for Nav menu icon size

Note: See TracTickets for help on using tickets.