Home>Support>Strange behavior in mobile (android)
  1. 9 years, 6 months ago Daniel
    Hi, I Work Here

    Hi Edman

    First of all I apologize for the delayed response.

    Do you have Jetpack installed ? If so go to Jetpack > Settings and deactivate the Jetpack Mobile Theme.

    I would also advise you if you need to make changes to core file, you should do so via a child theme

    Let me know the outcome

  2. 9 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Björn

    It looks like you might have edited your header file. If you did that to get a full width logo then it’s possible to roll back to the original header file and use CSS instead. If this is the case you’d:

    1. Restore the file you edited.
    2. Upload your 1080px wide logo via Theme Settings > Logo.
    3. Add the following to Appearance > Custom CSS:

    /* Full header logo */
    
    header#masthead {
    padding: 0 !important;
    }
    
    header#masthead .hgroup {
    padding: 0 !important;
    }
    
    header#masthead .hgroup .logo img {
    max-width: 1080px;
    }
    
    .main-navigation {
    margin: 0 !important;
    }
    
    body.responsive header#masthead .hgroup .support-text, body.responsive header#masthead .hgroup #header-sidebar {
    display: none !important;
    }
    

    That should achieve the same result. A full width logo, but added via Theme Settings.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More