Site logo

Archived topic

mobil header too large

1 reply · Started by Joe on September 24, 2022

Viewing posts 1–2 of 2

Hello, Ive searched and cannot find how to reduce the size of my mobile cover block and image, please help, thank you. smartsteps.net

Hi Joe,

GP doesn't have control over WP's core cover block.

And I don't think the cover block has responsive settings unfortunately.

You can try add this CSS:

@media (max-width: 768px) {
.home .wp-block-cover p {
    font-size: 20px !important;
}
}
This archived topic is closed to new replies.