Type: css
Inline Span – Icons
Sloane’s Admin Custom CSS
.acf-label label { } .acf-field-number { display: inline-block; width: calc(20% – 32px); } .acf-field-number[data-name=”acf_weight”] { display: block; } .acf-field-number[data-name*=”per_portion”], .acf-field-number[data-name*=”_dv”], li > a[data-key=”field_66c57fa319a7b”] { display: none; }Continue reading
CSS Container Side by Side
.container-side-by-side { display: flex; flex-direction: row; flex-wrap: wrap; }Continue reading
CSS Container Side by Side
# CSS .container-side-by-side { display: flex; flex-direction: row; flex-wrap: wrap;Continue reading
CSS Media Query 340 Grid
@media screen and (max-device-width:340px), screen and (max-width:340px) { .frm_half { Width: 50%!important%; } }Continue reading
CSS Frm_Half
CSS Make it Fit 2
.make-me-fit { width: fit-content; }Continue reading
CSS Make it Fit
.make-me-fit { display: inline-block; }Continue reading
CSS Grid Stuff
html { font-size: 22px; } body { padding: 1rem; } .card { background-color: dodgerblue; color: white; padding: 1rem; height: 4rem; } .cards { max-width: 1200px; margin: 0 auto; display: grid; grid-gap: 1rem; } /* Screen larger than 600px? 2 column…Continue reading