Archived topic
headerbar two widgets left and right
6 replies · Started by eric on October 7, 2021
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
Hi there,
do you mean the 'logo' image and the text etc. to the right ?
Yes the logo-widget left and the text-widget right
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/
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/
Hi. works great, issue fixed, thanx!
No problem :)