Header in Mobile Portfolio

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #22202
    nuavahs2000
    Member

    It appears in the theme demo, as well as my site (now that I’ve installed it) the header is too long specifically on any Portfolio page in mobile, and I have to scroll horizontal to see the navigation—in addition to a grey background being visible in this empty space. Screengrab attached. How can I fix this?

    #22252
    Veena
    Moderator

    Thanks for bringing this into our notice ..

    Pls add the below custom CSS in themeoptions –

    @media only screen and (max-width: 800px) {
       #portfolio-footer {
           width: 100%;
       }
       #portfolio-footer .social-share {
           margin-bottom: 50px;
       }
       #portfolio-footer .portfolio-link, #portfolio-footer .social-share {
           width: 100%;
           display: block;
       }
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Wired Theme Support’ is closed to new topics and replies.