- This topic has 11 replies, 2 voices, and was last updated 1 day, 4 hours ago by
Leo.
-
AuthorPosts
-
February 20, 2021 at 9:37 am #1665826
Sankalan
Hi,
I use the following CSS Code to define the breakpoint for the secondary menu:
@media (max-width: 800px) {
.secondary-navigation .menu-toggle {
display: block;
}.secondary-navigation ul,
.secondary-navigation:not(.toggled) .main-nav > ul {
display: none;
}
}Of course, I found it here in this forum.
But now I want the hamburger menu icon and the mobile menu label to be right-aligned. How do I do that?This is what I mean: https://prnt.sc/1022jx9
February 20, 2021 at 11:38 am #1665923Leo
StaffCustomer SupportHi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 20, 2021 at 11:44 am #1665931Sankalan
Yes, sure.
It is a staging site
To get access to the site, you will need a username and a password.
Then to login to the dashboard, you will need another set.
Who am I telling all these. You already know I guess.
The information is provided below:
February 20, 2021 at 3:17 pm #1666052Leo
StaffCustomer SupportEdit this CSS:
.secondary-navigation .menu-toggle { display: block; }
To to this:
.secondary-navigation .menu-toggle { display: block; text-align: right; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 20, 2021 at 3:40 pm #1666067Sankalan
Alright, that worked, but in the tablet mode, the label goes to right and the menu goes to the left.
This is what I mean: https://prnt.sc/102bsfp
I will like it to be like the main menu: https://prnt.sc/102btwu
Is that possible?
February 20, 2021 at 9:58 pm #1666188Leo
StaffCustomer SupportTry this as well:
@media (max-width: 1366px) { .secondary-navigation .inside-navigation { flex-direction: column; } .secondary-navigation .inside-navigation .main-nav { width: 100%; } }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 21, 2021 at 1:13 am #1666249Sankalan
February 21, 2021 at 12:31 pm #1666889Leo
StaffCustomer SupportSorry did you remove the secondary navigation?
Just checked the site and no longer see it.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 21, 2021 at 11:57 pm #1667248Sankalan
Hi Leo,
Yes, I have removed the secondary navigation, because certain elements were not working as intended. A plugin was slowing down my site, and I had to get rid of it. I am trying to simplify the site as much as possible.
I am looking for better alternatives that won’t slow down my site. I will bring back the secondary menu only when I find viable alternative plugins.
Just wanted to ask you people (despite knowing that you are in no way responsible for answering this question) – do you know any good and simple plugin for quiz that won’t cause slowdowns or CLS issues? And, if I try to get a custom plugin made to work perfectly with GeneratePress, how much would it cost?
All the quiz plugins I have tried are horrible.
Thanks and Regards,
SankalanFebruary 22, 2021 at 11:45 am #1668217Leo
StaffCustomer SupportJust wanted to ask you people (despite knowing that you are in no way responsible for answering this question) β do you know any good and simple plugin for quiz that wonβt cause slowdowns or CLS issues?
Unfortunately I don’t have any ideas at all.
And, if I try to get a custom plugin made to work perfectly with GeneratePress, how much would it cost?
Sorry I don’t have any ideas on this either. I would say try posting your request on https://codeable.io/ and see if anyone responds with a quote.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 23, 2021 at 8:55 am #1669437Sankalan
Thanks, Leo.
February 23, 2021 at 12:41 pm #1669702Leo
StaffCustomer SupportNo problem π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/ -
AuthorPosts
- You must be logged in to reply to this topic.