• how to change the size of the title and the section under the title (I have marked it in the image below).
    please access my link
    This

    notes: please access on mobile

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello,

    ?Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    @media only screen and (max-width: 480px){
    .single-header-ocean-6 .blog-post-title .single-post-title {
        font-size: 15px;
    }
    .single-header-ocean-6 .blog-post-author .blog-post-author-content .post-author-name {
        font-size: 10px;
    }
    }

    PS- Change the font size values according to need.

Viewing 1 replies (of 1 total)
  • The topic ‘How To change size the part in the box?’ is closed to new replies.