Hi there,
How can I change the Header Widget position (current right to left)… on the right there’s a crash with the scroll bar…
Thanks in advance !
Hi there,
How can I change the Header Widget position (current right to left)… on the right there’s a crash with the scroll bar…
Thanks in advance !
Hi @joserodrigz,
Thanks for writing in.
Are you referring to the header widget toggle icon? I checked your site and it’s already positioned to the right, other is behind the coming soon page.
And it couldn’t be the widgets since there are positioned to the center.
Thanks!
Yes, so I want it in the left.
Thanks
Hi @joserodrigz,
In that case, please add this CSS to your global custom CSS.
.x-btn-widgetbar {
position: fixed;
top: 0;
right: auto;
left: 0;
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
Thanks!
Working !
Thanks,
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.