✔ Cover Block change - Most of the time, this is going to be used for banner and we want them to be full-width, can you add this code so it changes it to it.
Completed by Marcus B.
- Assigned to
-
Marcus B.
- Notes
-
.wp-block-cover {
margin: 32px calc(50% - 50vw) 0px;
max-width: 100vw;
width: 100vw;
}
@media (max-width: 920px) {
.wp-block-cover {
margin: 32px -76px 0px;
max-width: 920px;
width: 920px;
}
https://strobertada.diocesanweb.org/styles/
Comments & Events
Marcus Borger completed this to-do.