[Resolved] Top bar space and menu

Home Forums Support [Resolved] Top bar space and menu

Home Forums Support Top bar space and menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #295377
    Diego Fernando

    Hello Tom.

    Please, help me.

    I had three text widget but one of them is located left side and I want it in right side, together the others. (Figure 1). How can I set it together the other 2 widgets in right side?

    Figure 1: http://imgur.com/a/408SP

    This is the configuration in widgets:

    Figure 2: http://imgur.com/2fd6i2K

    This is configuration of spacing of top bar:

    Figure 3: http://imgur.com/nMLxqPJ

    Before that situation, I’ve put these three items in a custom menu. So I created a new menu and I put it like a widget in top bar, but when I updated, the menu didnt appear, I didnt’ see the arrow who show elements of this menu.

    For this reason, I have these three items like I show you in figure 1. Can you help me please. may be there are something I’m doing bad.

    #295378
    Leo
    Staff
    Customer Support

    Hi Diego,

    Can you give this CSS a shot?

    .top-bar-align-right .inside-top-bar>.widget:nth-child(even) {
        float: none;
        margin-left: 10px;
        margin-right: 0;
    }

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

    Let me know.

    #295412
    Diego Fernando

    Hi Leo. Thanks for the support.

    I copyied ndd pasted the code in simple css, it didn’t work.

    #295419
    Leo
    Staff
    Customer Support

    Are you using a caching plugin? If so can you clear it/turn it off to see if it works?

    #295532
    Tom
    Lead Developer
    Lead Developer

    By default the widgets are told to space each other out evenly on each side of the top bar.

    The CSS Leo provided should work – any chance you can link us to your site?

    #295540
    Diego Fernando

    Tom, Leo. Thanks a lot. I could to solve problem.

    #295544
    Tom
    Lead Developer
    Lead Developer

    Awesome 🙂

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