[Resolved] Problem with the Header position

Home Forums Support [Resolved] Problem with the Header position

Home Forums Support Problem with the Header position

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1006202
    Toni

    Hello!
    Sorry, I don’t write English very well…
    I have this configuration: GeneratePress: 2.3.2 version, GP Premium: 1.8.3 version
    And I used the demo site “Wordsmith” to begin my site, how base. I use the SiteOrigin Editor in the Page Builder (no Hero Header) for the Header.
    The problem that I found is the Header position, is on the right every time when I see my site in a computer, I can put it on the left, centred or right, but in remains on the right part. However, I can see it perfectly in the middle of my mobile screen.
    I think the first (phantom) column is referent to Site Title and Tagline (or another thing what I don’t find), and the second for the Header. When I enable both (Site Title/Tagline and the Header) I see how two columns. When I disable de Site Title/Tagline, the Header stays on the right, not in the center of the screen, and then I see this column space apparently empty (with no text), only in computer vision, however in mobile It’s ok. [here an image]
    I need to see the Header in the center of the screen not on the right in my computer, with the Site Title and Tagline disabled.

    A lot of thanks for your help! 🙂

    Toni.

    #1006219
    Leo
    Staff
    Customer Support

    Hi there,

    I tested several browsers and all of them are showing center:
    https://www.screencast.com/t/te7IlMfzTi

    Using browser resizing didn’t show any issues either.

    Which browser are you using? Have you tried clearing browser cache?

    Let me know 🙂

    #1006425
    Toni

    Hi Leo,

    Sorry, at that moment the Site Title and Tagline were enable and the Header disable.

    Now, I change the configuration: Header enable and Site Title/Tagline disable. You can check now the issue.

    Thanks!

    #1006664
    David
    Staff
    Customer Support

    Hi there,

    its because you’re using the header widget, which by default is set to Float Right and only occupy 50% of the screen. This CSS will make it centered:

    .header-widget {
        float: none;
        max-width: 100%;
    }
    #1007139
    Toni

    Hi,

    David, Leo, thank you very much. It works! 🙂

    #1007152
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.