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

5
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Kiki

    Unfortunately not at this time. If you have a moment perhaps suggest this as a future header layout option:

    https://siteorigin.com/suggest-feature/

    Sorry we don’t have more on this.

  2. Master Kiki 11 years, 3 months ago

    ok, at this time, just adapt my logo.
    But when I load page with a mobile, the logo in centered !

    Is there a possibility to change this ?

    thanks

  3. Andrew Misplon Staff 11 years, 3 months ago

    You could try the following under Appearance > Custom CSS to reverse that:

    @media screen and (max-width: 680px) {
    body.responsive header#masthead hgroup {
    text-align: left !important;
    }
    }
  4. Master Kiki 11 years, 3 months ago

    hi thanks, but nothing change !

    Before, i tried wiht this

    header#masthead .hgroup #header-sidebar aside.widget {
        position: fixed;
        top: 15px;
      left: 150px;
    }

    it +/- ok but
    but I don’t know if i cause a mistake elsewhere in page…

    Thanks

  5. Andrew Misplon Staff 11 years, 3 months ago

    Please send through a url and we’ll take a look. Ensure your Custom CSS is in place before doing so. Thanks.

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