Home Forums Theme support Mobile and Tablet Responsive

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 7 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • When I look at my site nightowlrealty.com on desk top it looks fine. When I look at it on a tablet or mobile the header logo and goes off screen and cuts of half of the home page. It use to work fine not sure why it changed. What can I do to get the mobile and tablet to look like the desk top version?

    Hi,

    not sure what caused the problem, maybe one of the plugins you use changed the css of the logo element.

    However, with the following css code you can fix the problem, please add the code add the end of your style.css file (in the theme folder):

    @media only screen and (max-width: 479px) {
        #brand img {
            max-width:100%;
        }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.