Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #108395
    hellohillory
    Participant

    Hi there!

    I’m having issues with my header on my blog in the table and mobile formats. The blog title doesn’t respond properly and blocks the menu from working. Is there any way I can fix this?

    My site is: firsttimethings.com

    If you check it out on your mobile or tablet, you’ll see the issue!

    Thank you!

    #108423
    Mahesh
    Keymaster

    @hellohillory: Its because of the bigger text size in the header. Go to Dashboard=> Appearance=> Customize=> Additional CSS and add the following CSS:

    @media screen and (max-width: 420px) {
        #header-featured-image .entry-title {
            font-size: 20px;
        }
    }

    The above CSS will decrease the font-size in devices with max-width 420px. Let me know if any problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Issues with Header in Text Resizing’ is closed to new replies.