#6123 closed defect (bug) (fixed)
Tables in Make handbooks not responsive
| Reported by: | sumitsingh | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Make (Get Involved) / P2 | Keywords: | has-screenshots |
| Cc: |
Description
Lots of pages on responsive issue on meta site. Can we fix it. Because most of visitors use mobile device for this platform.
More information see mentioned video.
Attachments (2)
Change History (9)
#1
@
4 years ago
- Component General → Make (Get Involved) / P2
- Priority normal → low
- Summary UI issue on Mobile devices. → Tables in Make handbooks not responsive
#2
@
4 years ago
Solution
If we can put font-size 95% for mobile then all pages in tables responsive issue will fixed.
file => https://make.wordpress.org/meta/wp-content/themes/p2-breathe/style.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 95%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
@
4 years ago
yiou ahve to add this code in the media query so it can be applied on media only and solved the issue.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Scroll past