Home>Support>Strange behavior in mobile (android)

Strange behavior in mobile (android)

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi,
in my mobile the menu is showing in blue colour instead of the choosen red.
Also, the header image isnt show at all?

Whats wrong?

We are using latest Vantage on latest WP versions.

URL: http://vpsno1.se/wp

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 4 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. 10 years, 4 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