M3L1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty] Move Main Menu below the logo*** UPDATE ***
Solution found here: https://ww.wp.xz.cn/support/topic/move-logo-and-menu-2/
Forum: Themes and Templates
In reply to: [Twenty Twenty] Move logo and menuI was just thinking of having the toggle just below the logo.
Forum: Themes and Templates
In reply to: [Twenty Twenty] Move logo and menuOh, this is just fantastic!
Thank you raQai!!Do you have any suggestions for moving the mobile menu?
jmdelgado,
Are you using the Twenty Twenty theme?
The title heading is using the <h1> element so I believe changing the rem number in the font-size will change the size of the heading. 5.4rem is what it is set to currently so play around with smaller numbers until you find a size that suits you.h1, .heading-size-1 {
font-size: 5.4rem;
}Forum: Themes and Templates
In reply to: [Twenty Twenty] Move Main Menu below the logo*** UPDATE ***
I have found the solution to increasing the size of the logo and am very happy with it.
I am still searching for a way to move the Primary Menu navigation to be below the logo and I would like the menu and logo to both be center-aligned on the page.
I’ve searched extensively online but haven’t found a solution yet. I can’t be the only person who wants to move the menu to a new location.
Is this something that can be controlled through the CSS or do I need to change the header.php?
Hello!
I had a similar issue and found that you can increase your logo size by adding css to the Additional CSS section of the Customizer..site-logo img {
max-height: 16rem;
margin: 0 auto;
width: auto;
}The max-height default is 8rem and I just kept upping the number until I got one I like the look of. I don’t know about the rest but hopefully that gets you started 🙂