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.

Replies

2
  1. Daniel Staff 10 years, 11 months ago

    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 10 years, 11 months ago

    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