Home › Forums › Support › headerbar two widgets left and right This topic has 6 replies, 3 voices, and was last updated 3 years, 11 months ago by Ying. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts October 7, 2021 at 5:44 am #1955755 eric hi, in my headerbar I have two widgets. The first I want to align left, the other one I want to align right. I think I have to use the right css. Please can you help me? Kind regards eric October 7, 2021 at 6:40 am #1955810 DavidStaff Customer Support Hi there, do you mean the ‘logo’ image and the text etc. to the right ? October 7, 2021 at 8:26 am #1956114 eric Yes the logo-widget left and the text-widget right October 7, 2021 at 9:56 am #1956193 YingStaff Customer Support Hi Eric, Give this CSS a try: aside#black-studio-tinymce-2 .textwidget { display: flex; justify-content: space-between; flex-wrap: wrap; } .header-widget { margin-left: unset; width: 100%; } Adding CSS: https://docs.generatepress.com/article/adding-css/ October 7, 2021 at 9:56 am #1956194 YingStaff Customer Support Hi Eric, Give this CSS a try: aside#black-studio-tinymce-2 .textwidget { display: flex; justify-content: space-between; flex-wrap: wrap; } .header-widget { margin-left: unset; width: 100%; } Adding CSS: https://docs.generatepress.com/article/adding-css/ October 8, 2021 at 1:15 am #1956754 eric Hi. works great, issue fixed, thanx! October 8, 2021 at 9:20 am #1957359 YingStaff Customer Support No problem 🙂 Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In