Archived topic
Top Bar widget alignment
8 replies · Started by Hazel on March 23, 2019
Hi Guys
Is there a solution to getting two top bar widgets aligned right? Thanks very much.
Hi there,
Can you try adding both images under the same widget area instead of two?
Let me know :)
It's the standard GP top bar widget area and there only seems to be one of them.
What I meant is that try to add the two images under one widget. It's currently added as two widgets.
You can do so using a Custom HTML widget.
Great. Thanks.
Sorry another solution would be to use this CSS:
.top-bar-align-right .inside-top-bar>.widget:nth-child(2) {
float: none;
margin-left: 10px;
}
Thank you
No problem :)