This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Strange behavior in mobile (android)

Open 2 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Daniel Staff

    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. Andrew Misplon Staff

    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.

Have a different question or issue?

Start New Thread