Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/jetpack/modules/theme-to.../compat
File: twentytwentyone.css
/**
[0] Fix | Delete
* Related Posts
[1] Fix | Delete
*/
[2] Fix | Delete
[3] Fix | Delete
.entry-content #jp-relatedposts {
[4] Fix | Delete
max-width: var(--responsive--aligndefault-width);
[5] Fix | Delete
margin-left: auto;
[6] Fix | Delete
margin-right: auto;
[7] Fix | Delete
}
[8] Fix | Delete
[9] Fix | Delete
/**
[10] Fix | Delete
* Infinite Scroll
[11] Fix | Delete
*/
[12] Fix | Delete
[13] Fix | Delete
/* Globally hidden elements when Infinite Scroll is supported and in use. */
[14] Fix | Delete
.infinite-scroll .pagination,
[15] Fix | Delete
.infinite-scroll.neverending .widget-area,
[16] Fix | Delete
.infinite-scroll.neverending footer#colophon {
[17] Fix | Delete
[18] Fix | Delete
/* Theme Footer (when set to scrolling) */
[19] Fix | Delete
display: none;
[20] Fix | Delete
}
[21] Fix | Delete
[22] Fix | Delete
/* When Infinite Scroll has reached its end we need to re-display
[23] Fix | Delete
* elements that were hidden (via .neverending) before. */
[24] Fix | Delete
.infinity-end.neverending .widget-area,
[25] Fix | Delete
.infinity-end.neverending footer#colophon {
[26] Fix | Delete
display: block;
[27] Fix | Delete
}
[28] Fix | Delete
[29] Fix | Delete
body[class*=" infinity-"] main#main > article:last-of-type .entry-footer {
[30] Fix | Delete
border-bottom: var(--separator--height) solid var(--separator--border-color);
[31] Fix | Delete
}
[32] Fix | Delete
[33] Fix | Delete
body:not(.infinity-end) .site-main > div:nth-last-child(2) > article:last-of-type .entry-footer,
[34] Fix | Delete
body.infinity-end .site-main > div:last-of-type > article:last-of-type .entry-footer {
[35] Fix | Delete
border: none;
[36] Fix | Delete
}
[37] Fix | Delete
[38] Fix | Delete
.site-main > .infinite-wrap > article > .entry-footer {
[39] Fix | Delete
margin-top: var(--global--spacing-vertical);
[40] Fix | Delete
padding-top: var(--global--spacing-unit);
[41] Fix | Delete
padding-bottom: calc(3 * var(--global--spacing-vertical));
[42] Fix | Delete
border-bottom: var(--separator--height) solid var(--separator--border-color);
[43] Fix | Delete
}
[44] Fix | Delete
[45] Fix | Delete
.site-main > .infinite-wrap > * {
[46] Fix | Delete
margin-top: calc(3 * var(--global--spacing-vertical));
[47] Fix | Delete
margin-bottom: calc(3 * var(--global--spacing-vertical));
[48] Fix | Delete
}
[49] Fix | Delete
[50] Fix | Delete
#infinite-handle {
[51] Fix | Delete
text-align: center;
[52] Fix | Delete
}
[53] Fix | Delete
[54] Fix | Delete
.infinite-loader {
[55] Fix | Delete
margin: calc(3 * 1rem) auto;
[56] Fix | Delete
}
[57] Fix | Delete
[58] Fix | Delete
#infinite-handle span {
[59] Fix | Delete
color: var(--global--color-background);
[60] Fix | Delete
background-color: var(--global--color-secondary);
[61] Fix | Delete
font-family: var(--global--font-primary);
[62] Fix | Delete
font-size: var(--global--font-size-base);
[63] Fix | Delete
font-weight: 500;
[64] Fix | Delete
line-height: 1.5;
[65] Fix | Delete
border-width: 3px;
[66] Fix | Delete
border-radius: 0;
[67] Fix | Delete
padding: 15px calc(2 * var(--button--padding-vertical));
[68] Fix | Delete
max-width: 170px;
[69] Fix | Delete
margin: auto;
[70] Fix | Delete
}
[71] Fix | Delete
[72] Fix | Delete
#infinite-handle span:hover {
[73] Fix | Delete
color: var(--global--color-secondary);
[74] Fix | Delete
background-color: var(--global--color-background);
[75] Fix | Delete
border-color: var(--global--color-secondary);
[76] Fix | Delete
border-style: solid;
[77] Fix | Delete
}
[78] Fix | Delete
[79] Fix | Delete
#infinite-handle span:active {
[80] Fix | Delete
color: var(--global--color-secondary);
[81] Fix | Delete
background-color: var(--global--color-background);
[82] Fix | Delete
border-color: var(--global--color-secondary);
[83] Fix | Delete
}
[84] Fix | Delete
[85] Fix | Delete
/* Customizer */
[86] Fix | Delete
.widget-area .widget_block {
[87] Fix | Delete
min-width: 0;
[88] Fix | Delete
}
[89] Fix | Delete
[90] Fix | Delete
@media only screen and (min-width: 1024px) {
[91] Fix | Delete
[92] Fix | Delete
.widget-area {
[93] Fix | Delete
[94] Fix | Delete
/*
[95] Fix | Delete
Fix: minimum width of 0
[96] Fix | Delete
See: https://css-tricks.com/preventing-a-grid-blowout/
[97] Fix | Delete
*/
[98] Fix | Delete
grid-template-columns: repeat(3, minmax(0, 1fr));
[99] Fix | Delete
}
[100] Fix | Delete
}
[101] Fix | Delete
[102] Fix | Delete
/* Contact form */
[103] Fix | Delete
[104] Fix | Delete
/* See https://core.trac.wordpress.org/browser/trunk/src/wp-content/themes/twentytwentyone/style.css?rev=58726#L1276 */
[105] Fix | Delete
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
[106] Fix | Delete
[107] Fix | Delete
.contact-form input.grunion-field[type="checkbox"],
[108] Fix | Delete
.contact-form input.grunion-field[type="radio"] {
[109] Fix | Delete
width: 25px;
[110] Fix | Delete
height: 25px;
[111] Fix | Delete
}
[112] Fix | Delete
}
[113] Fix | Delete
[114] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function