[Resolved] topbar too narrow

Home Forums Support [Resolved] topbar too narrow

Home Forums Support topbar too narrow

  • This topic has 5 replies, 3 voices, and was last updated 7 years ago by Tom.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #297602
    Jasper

    I use an elementor widget in the topbar, but it seems it takes only half of the space available
    https://jetsupport.jsierink.nl/

    #297606
    Leo
    Staff
    Customer Support

    Hi Jasper,

    I can see that GP’s top bar container is already full width with 5px of padding on each side so maybe check your Elementor settings to see if you can set a wider container width?

    Let me know if this helps.

    #297607
    Leo
    Staff
    Customer Support

    Also give this CSS a shot:

    .top-bar .inside-top-bar .widget {
        display: inline;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #297632
    Tom
    Lead Developer
    Lead Developer

    This is a known issue when using Elementor as the only widget. It will be fixed in the next version.

    For now, you can do this:

    .top-bar .inside-top-bar .widget:first-child:last-child {
        display: block;
    }
    #297648
    Jasper

    thanks Tom

    #297662
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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