[wp-meta] [Making WordPress.org] #7655: In Responsive view, drop down menu collapse on cart icon

Making WordPress.org noreply at wordpress.org
Sat Jun 1 18:47:53 UTC 2024


#7655: In Responsive view, drop down menu collapse on cart icon
---------------------------------------------------+---------------------
 Reporter:  pranitdugad                            |       Owner:  (none)
     Type:  defect (bug)                           |      Status:  new
 Priority:  normal                                 |   Milestone:
Component:  Swag Store (mercantile.wordpress.org)  |  Resolution:
 Keywords:  needs-testing has-screenshots          |
---------------------------------------------------+---------------------
Changes (by naeemhaque):

 * keywords:   => needs-testing has-screenshots
 * priority:  lowest => normal


Comment:

 Hello, I've tasted & found the same issue. And I realized this is a CSS
 issue. I find out a solution also.


 {{{
 .header-block .wp-block-woocommerce-mini-cart {
     margin-left: auto;
     margin-right: 20px;
 }
 }}}

 If we add some margin right side of the icon. It works perfectly like
 WordPress's other sites.
 For example `profiles.wordpress.org/username`.

 In `.header-block .wp-block-woocommerce-mini-cart` class `margin-left:
 auto;` have been placed already. We just need to add `margin-right: 20px;`

 Hopefully, this will work.

 Thank You

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/7655#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list