Site logo

[Support request] Tob bar widgets allignment

Home Forums Support [Support request] Tob bar widgets allignment

Home Forums Support Tob bar widgets allignment

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1843124
    David
    Staff
    Customer Support

    Hi there,

    instead of using the Text Block to add your links, use a GB Headline Block, which can be set to the P element, and in Spacing settings you can set the bottom margin to 0 – this will help align those links.

    #1845042
    Omar

    Thank you David,
    It looks better now, but I am not able to align it to left or right, is there a way to add margin to GB Grid?

    One more thing, is there a way to hide the search icon from site navigation?

    #1845503
    Omar

    For search Icon, I already hide it. using this code:

    
    #site-navigation .menu-bar-items .search-item  {
        display: none;
    }
    

    Thank you

    I am just stock with the alignment things.

    #1846101
    David
    Staff
    Customer Support

    You have this CSS:

    .header-links-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }

    Change it to:

    .header-links-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
        align-items: center;
    }
    #1846395
    Omar

    It doesn’t change the alignment.

    #1847382
    David
    Staff
    Customer Support

    This is what i am seeing:

    https://www.screencast.com/t/fu3k601Ooq

    Let me know what i missed 🙂

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