[Resolved] Mobile container padding

Home Forums Support [Resolved] Mobile container padding

Home Forums Support Mobile container padding

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #1256824
    Jiren

    Okay Leo, I found the main issue. There was another simple-css code of line still in the post. Which line can I remove to adjust it for mobile devices?

    
    /* remove space between nav bar and content */
    
    @media (max-width: 768px) {
        /* CSS in here for mobile only */
    
    .separate-containers .site-main, .entry-content {
        margin-top: 0px;
    }
    .separate-containers .inside-article {
        padding-top: 0px;
    }
    }
    
    #1256831
    Leo
    Staff
    Customer Support

    Should be this one:

    .separate-containers .inside-article {
        padding-top: 0px;
    }
    #1256837
    Jiren

    Fixed, thank you.

    #1256839
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.