Opened 3 years ago
Last modified 3 years ago
#55113 new defect (bug)
category widget block
Reported by: | willem 2 | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.9 |
Component: | General | Keywords: | needs-testing |
Focuses: | Cc: |
Description
The dropdown category widget block doesn't fill out on a Samsung smartphone. There are no problems on a Samsung tablet s6 and also not on a windows pC. I use twenty twelve theme on www.razenberg.nl
Attachments (1)
Change History (4)
#2
follow-up:
↓ 3
@
3 years ago
Thanks for sharing the screenshot @willem-2
By default, it takes the dropdown size as per dropdown option values. But you can make that full size by adding the below CSS to your site.
.widget-area .widget .wp-block-categories-dropdown select{width:100%;}
Thanks
#3
in reply to:
↑ 2
@
3 years ago
Replying to multanisadik:
Thanks for sharing the screenshot @willem-2
By default, it takes the dropdown size as per dropdown option values. But you can make that full size by adding the below CSS to your site.
.widget-area .widget .wp-block-categories-dropdown select{width:100%;}Thanks
Note: See
TracTickets for help on using
tickets.
Hi @willem-2
Can you please share the screenshot?