- This topic has 27 replies, 3 voices, and was last updated 4 years, 1 month ago by
David.
-
AuthorPosts
-
September 28, 2019 at 12:27 am #1021080
Gary
Hi there,
I have a menu in a sidebar responding like text to, Customising > colors > Body.
It is not responding in the Customiser to menu controls or anything else.
I have disabled non-essential plugins and have run Health Check & Troubleshooting plugin and no conflicts showed up.
Any help with this is very much appreciated, thank you.September 28, 2019 at 8:17 am #1021317David
StaffCustomer SupportHi there,
any chance i can see the page with the sidebar?
It should respond to the colors you set in either the primary or secondary navigation depending which one you assigned to the sidebarSeptember 30, 2019 at 6:34 am #1022428Gary
Hi David, sorry about the delay.
The menu is in the sidebar and the page is: https://bit.ly/2Yn2AlQSeptember 30, 2019 at 9:25 am #1022678Gary
David, I have been trying to achieve an Off Canvas Sidebar with a 3rdParty Plugin, with considerable difficulty – I have just discovered GP Premium has exactly that and so I’ll uninstall the 3rdP plugin and start afresh with GPP.
September 30, 2019 at 9:48 am #1022701David
StaffCustomer SupportAah ok – makes sense. Docs here if you need em:
https://docs.generatepress.com/article/off-canvas-panel-overview/
Let us know if you have any issues.
September 30, 2019 at 9:57 am #1022706Gary
Hi David,
Is it possible to remove the large transparent black area that covers most of the page?
Is it possible to place the header above the menu?
Thank you for your help.September 30, 2019 at 10:36 am #1022737Gary
Hi David, Yes there is a couple of things . . .
Is it possible to remove the large transparent black area that covers most of the page and just keep the slide-in sidebar area?
Is it possible to place the header above the menu?
Thank you for your help.Page: https://bit.ly/2Yn2AlQ
September 30, 2019 at 10:38 am #1022739Gary
Page: https://bit.ly/2Yn2AlQ
September 30, 2019 at 10:39 am #1022742Gary
Hi David, Yes there is a couple of things . . .
Is it possible to remove the large transparent black area that covers most of the page?
Is it possible to place the header above the menu?
Thank you for your help.Page: https://bit.ly/2Yn2AlQ
September 30, 2019 at 11:16 am #1022767David
StaffCustomer SupportRemove the background overlay with this CSS:
.slideout-overlay { background-color: transparent; }
Customize > Layout > Primary Navigation –> Location: Below Header.
September 30, 2019 at 11:28 am #1022774Gary
Thank you for the snippet, it works perfectly.
Apologies (very tired here), I meant to ask is it possible to centre the site logo and place the Site Title and Tag Line below?
and in the side panel to place the site logo above the menu?
Thanks.September 30, 2019 at 4:28 pm #1022891Tom
Lead DeveloperLead DeveloperHi there,
Give this CSS a shot:
.site-branding-container { flex-direction: column; } .site-branding-container .site-logo { margin-bottom: 20px; } .slideout-navigation .inside-navigation { display: flex; flex-direction: column; } .slideout-navigation .widget_media_image, button.slideout-exit { order: -1; }
Depending on your browser compatibility needs, you may want to run that CSS through this tool: https://autoprefixer.github.io/
September 30, 2019 at 8:49 pm #1022982Gary
Hi there Tom,
I ran your code through the Autoprefixer and it works perfectly – thank you.
The site Tagline remains off center, is it possible to center it?
Gary.October 1, 2019 at 7:11 am #1023309David
StaffCustomer SupportThe CSS Tom provided the first rule add the line i have commented here:
.site-branding-container { flex-direction: column; text-align: center; /* Add this property */ }
October 1, 2019 at 9:12 am #1023530Gary
and of course it just works. Thanks David.
-
AuthorPosts
- You must be logged in to reply to this topic.