Home › Forums › Support › Tob bar widgets allignment This topic has 20 replies, 3 voices, and was last updated 4 years, 9 months ago by David. Viewing 6 posts - 16 through 21 (of 21 total) ← 1 2 Author Posts July 3, 2021 at 7:13 am #1843124 DavidStaff 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. July 5, 2021 at 7:29 am #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? July 5, 2021 at 10:10 am #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. July 6, 2021 at 2:02 am #1846101 DavidStaff 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; } July 6, 2021 at 7:20 am #1846395 Omar It doesn’t change the alignment. July 7, 2021 at 2:44 am #1847382 DavidStaff Customer Support This is what i am seeing: https://www.screencast.com/t/fu3k601Ooq Let me know what i missed 🙂 Author Posts Viewing 6 posts - 16 through 21 (of 21 total) ← 1 2 You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In