[wp-trac] [WordPress Trac] #61669: CSS error using grid in Customizer
WordPress Trac
noreply at wordpress.org
Fri Jul 19 12:21:11 UTC 2024
#61669: CSS error using grid in Customizer
------------------------------+------------------------------
Reporter: slalani | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Customize | Version:
Severity: normal | Resolution:
Keywords: has-testing-info | Focuses:
------------------------------+------------------------------
Comment (by slalani):
Sure! I'm using this css inside the html widget using Customizer:
{{{
<style>
ul.footer-supporter {
display:grid;
grid-gap: 30px;
align-items:center;
justify-content:center;
grid-template-columns: repeat(4, 1fr);
}
ul.footer-supporter li {
grid-gap:30px;
display:flex;
align-items:center;
justify-content:center;
padding:20px;
background:rgba(255,255,255,0.3);
width:200px;
height:200px;
}
</style>
}}}
Here is another screenshot for your reference:
[[Image(https://i.ibb.co/dDwzDJ7/image.png)]]
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61669#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list