Forums
Home / Theme: Arke / Moving menu under header title
(@stoent)
5 years, 1 month ago
Hello! How can I moving the menu under the header title?
(@dannycooper)
In Appearance → Customize → Additional CSS
Add this code:
.site-branding, .menu-1 { float: none; } .menu-1 a { padding: 20px 20px 0 0; }
Thanks!