Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Logo showing on Mobile View #95186
    Quinn Means
    Participant

    I found the solution on a previous post, I needed to add this code

    @media screen and (max-width: 992px){
    #masthead {
    display: block !important;
    }
    .site-branding {
    width : 100%;
    }
    #main-slider {
    margin-top: 154px;
    }
    .main-navigation.left-menu,
    .main-navigation.right-menu {
    display: none;
    }
    }

    in reply to: Logo & Tagline in Mobile View #95019
    Quinn Means
    Participant

    Thank you for the quick response. I just realized I posted th question to the wrong group. This issue is with theme “Kids Education Pro”. I will repose there

Viewing 2 posts - 1 through 2 (of 2 total)