Archived topic
Display header widget on right side of the logo
5 replies · Started by skyder on October 6, 2020
Hey there!
Just installed the latest version of GeneratePress, and I'm loving the results so far!
The only thing that seems to have broken in the transition from Float to Flexbox is the display of widgets on the header.
I'd like to have my site logo aligned to the center, and the header widgets aligned to the right if possible.
How should I proceed?
Hi there,
Can you disable Autopimize so I can see the code better?
Sure, ready.
Thanks for the help!
Hi,
You can try adding this CSS code.
@media (min-width:769px){
.header-widget{
position:absolute;
}
/*remove auto margins*/
aside#simple-social-icons-11 {
margin-right: unset;
}
}
Perfect!
It seems that solved it.
Thanks for the help!
Nice one, No problem.:)