[Support request] mobil header too large

Home Forums Support [Support request] mobil header too large

Home Forums Support mobil header too large

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2352734
    Joe

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

    #2352745
    Ying
    Staff
    Customer Support

    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;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.