Show gape between top menu and content in mobile

Home Support PT Magazine Show gape between top menu and content in mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15532
    Anonymous
    Inactive

    Hello,
    I am using PT magazine theme in mysite https://vitamin-resource.com/
    I faced problem in mobile where i open single post i checked that there is a long gap between top menu and content.
    Can you please help me how can i minimize this gap?
    I really appreciate for your help.

    Thanks

    #15597
    nirav
    Keymaster

    Hello There!

    Hope you are doing good!

    Please add custom CSS by following steps.

    1) Please log in to the admin area
    2) Go to “Appearance >> Customize >> Additional CSS”
    3) Paste the below code in “Additional CSS”

    @media only screen and (max-width: 400px) {
    #content{
    padding-top: 10px !important;
    }
    .single-post #primary .post .featured-thumb, .single-post #primary .page .featured-thumb, .page #primary .page .featured-thumb{
    margin-bottom: 0px !important;
    }
    }

    4) Save the update.

    Hope this helps!

    have a great day ahead!

    Thanks and Regards,
    Team ProDesigns

    • This reply was modified 3 years, 12 months ago by nirav.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.