Anonymous User 16453565
(@anonymized-16453565)
hey jeffersonvfigueiredo,
To do that you just have to add below css code in the customizer “add additional CSS”.
.site-branding {
float: right !important;
}
.onepress-menu {
float: right;
margin-right: 40px;
}
@media screen and (max-width: 1140px) {
.site-branding {
float: left !important;
}
.onepress-menu {
margin-right: 0px;
}
}
Hope it will help you.
Thank you.
Hello @jeffersonvfigueiredo,
Please add this to Customize => Additional CSS:
.site-branding { float: right; }
.onepress-menu { float: left; }
Hope it helps!
Can the logo be moved to the center in onepress? If so how?
It should be centered above the menu.
-
This reply was modified 7 years, 5 months ago by
harianti.
One solution failed to center the logo
What is the solution?