- This topic has 24 replies, 3 voices, and was last updated 4 years, 9 months ago by
David.
-
AuthorPosts
-
July 7, 2021 at 5:25 am #1847499
David
StaffCustomer SupportThose are set in Customizer > Typography > Off Canvas Panel.
July 7, 2021 at 5:36 am #1847508John
And I just made the adjustment. It looks much better. Sorry for not figuring out that myself. You have more difficult problems to solve. But while I have your attention, David, is there a way to put a space/spacer between: Patterns … Germany … United States … Germany:USA as a group … and … Imprint … Join … Login as another group?
Patterns
Germany
United States
Germany:USAImprint
Join
LoginThanks !
John
July 7, 2021 at 6:19 am #1847542David
StaffCustomer SupportFirst thing to do is to add a class to the menu item so we cant target that specific Item.
See this document that explains how to add a CSS Class to a menu item:https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes
1. Select the Imprint menu print item and give it a CSS Class of:
top-spacer
2. Then Add this CSS to your site:#generate-slideout-menu .slideout-menu li.top-spacer { margin-top: 50px; }July 7, 2021 at 6:42 am #1847562John
Perfect, David. I love this !
John
July 7, 2021 at 6:53 am #1847568John
Ah, how about this . . . adding space at the very top, above “Patterns”? I find “Patterns” to flush to the top.
I added “top-spacer” to Patterns in the menu, but to no avail.
John
July 7, 2021 at 6:58 am #1847574David
StaffCustomer SupportI can see the change when visiting the site – the 25px is being applied.
Personally i would give the container some top padding like so:.slideout-navigation .inside-navigation { padding-top: 50px; }Best to use margins for space between things, and padding for space around things.
July 7, 2021 at 7:16 am #1847594John
Done. Perfect.
Thanks, David !I set it at 55px.
So that it aligns with the header aka logo.I’m still waiting for my good friend, Joe, in California to create my logo. I don’t have Photoshop or any graphic software. The logo should be a so-called text-logo: UNDERSTAND CULTURE … with first word in gray, second word in color of clickable terms on the site.
John
July 7, 2021 at 7:46 am #1847646David
StaffCustomer SupportIts possible to make the Site Title two colors without the need for a Logo image.
If you want to resolve this topic and start a new one – ill give you some directions.July 7, 2021 at 8:17 am #1847880John
Excellent, David !
John
July 7, 2021 at 8:40 am #1847905David
StaffCustomer SupportGlad to be of help
-
AuthorPosts
- You must be logged in to reply to this topic.