[wp-meta] [Making WordPress.org] #5400: Design issue on mobile
Making WordPress.org
noreply at wordpress.org
Sun Aug 30 09:37:03 UTC 2020
#5400: Design issue on mobile
---------------------------------------+---------------------
Reporter: Laxman Prajapati | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: Support Forums | Resolution:
Keywords: has-screenshots has-patch |
---------------------------------------+---------------------
Changes (by Laxman Prajapati):
* keywords: has-screenshots => has-screenshots has-patch
Comment:
I have fixed below the CSS issue and its working properly. Use below CSS:
{{{
body.page-about .shapes .parallelogram.community, body.page-template-about
.shapes .parallelogram.community {
background-color: #67598e;
right: 0;
bottom: 0;
}
}}}
Note: Need to remove "right: 0;" from this one.
{{{
body.page-about .shapes .parallelogram, body.page-template-about .shapes
.parallelogram {
height: 260px;
width: 310px;
right: 10px;
left: 10px;
}
}}}
Note: Need to add "right: 10px;left: 10px;" on this one.
Both on "_about.scss" file. But make sure, Need to add this CSS on
respective media query.
Please find the attached screenshot for your reference.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5400#comment:2>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list