[Resolved] Separating space-top (mobile): 0

Home Forums Support [Resolved] Separating space-top (mobile): 0

Home Forums Support Separating space-top (mobile): 0

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #386209
    Peter

    Want to remove the top separating space in mobile only. Can you help me?

    #386228
    Leo
    Staff
    Customer Support

    Can you link me to the site? Thanks!

    #386243
    Peter
    #386339
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .right-sidebar.separate-containers .site-main {
            margin-top: 0;
        }
    }
    #386404
    Peter

    Works like a charm – thank you!

    #386491
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

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