Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21461
    talkleft
    Participant

    Hi, I am using Catch Box Pro, latest version. My site displays fine on laptop and desktop, but not on the mobile version on my iPhone. The iPhone’s mobile version has a big blue bar with search box above my header graphic,my graphic is too small and there is white space around it. My site is:

    http://premium.talkleft.com

    I disabled the header right sidebar so I don’t know why it’s showing on the mobile version. I am not using any menus

    Based on responses to others, I have added this to my custom css


    @media
    screen and (max-width: 767px) {
    /* Hide Header Right Section */
    #header-right {
    display: none;
    }

    /* Hide Right Sidebar */
    #secondary {
    display: none;
    }
    }

    Any help would be much appreciated. Thank you.

    #21518
    Sakin
    Keymaster

    @talkleft: Oh I got the issue that you are facing. You don’t need to add the above css. Just remove that. I see that you have activated “Jetpack” plugin “Mobile Theme” module. Just go to Jetpack from your WordPress dashbaord and then Deactive “Mobile Theme” module.

    #24350
    talkleft
    Participant

    Wow, thanks. I removed the custom css and deactivated jetpack’s mobile device feature and it’s all fixed. Much appreciated!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display Problems on Mobile Device’ is closed to new replies.