Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #335754

    Hi! I just discovered that in mobile view, the blog *post* page the post title is covered by the sticky player. Is it possible to lower the title so the player isn’t covering it?

    Here is a screenshot: https://ronfairchild.com/wp-content/uploads/2024/06/img_6196-1.jpg

    #335757
    Sakin
    Keymaster

    Hi Ginger,

    Please add the following CSS in the “Appearance => Customize => Additional CSS” box:

    .single-post.sticky-playlist-top .site-content {
      padding-top: 62px;
    }
    
    @media screen and (min-width: 64em) {
      .single-post.sticky-playlist-top .site-content {
        padding-top: 39px;
      }
    }

    Regards,
    Sakin

    #335765

    That fixed it! Thank you so much!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.