Making WordPress.org

Opened 5 years ago

Last modified 4 years ago

#4965 new defect (bug)

Nav menu icon size problem on mobiles device

Reported by: fayazgabol's profile fayazgabol Owned by:
Milestone: Priority: normal
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 5 years ago.
On Buddypress.trac.wordpress.org
tracfix.jpg (37.0 KB) - added by kashifgabol 5 years ago.
fix by above code
4965.patch (516 bytes) - added by akabarikalpesh 4 years ago.
menu icon css added. please check and let me know if any changes.
4965.2.patch (698 bytes) - added by multidots1896 3 years ago.
Added Css for Nav menu icon size

Download all attachments as: .zip

Change History (7)

@fayazgabol
5 years ago

On Buddypress.trac.wordpress.org

#1 @Otto42
5 years ago

  • Component changed from Make (Get Involved) / P2 to Trac

#2 @kashifgabol
5 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
5 years ago

fix by above code

@akabarikalpesh
4 years ago

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

#3 @akabarikalpesh
4 years ago

  • Keywords needs-testing added

@multidots1896
3 years ago

Added Css for Nav menu icon size

Note: See TracTickets for help on using tickets.