- This topic has 10 replies, 4 voices, and was last updated 3 years, 5 months ago by
David.
-
AuthorPosts
-
November 10, 2022 at 11:18 am #2410337
Tim
1. On the mobile menu the logo is bigger then the hamburger so it goes over the top and doesn’t lay out very nice. IS there a way to only decrease the size of mobile logo just a little bit?
2. I’d like to have the “Request Appointment” button not in the slide out but directly under the logo and remain in the sticky menu so that it’s always visible.
3. On mobile I’d like to add a second button by the “request appointment” that is our phone number so it’s always visible and easily clickable.
Can you help?!
November 10, 2022 at 11:51 am #2410372Ying
StaffCustomer SupportHi Tim,
1. Try this CSS, feel free to adjust the value.
@media (max-width: 768px) { .site-header .site-logo{ width: 80%; } }2.
1) Add this CSS:.menu-bar-items { display: block !important; }2) Remove the
hide-on-mobileclass from the buttons block which represent the “Request Appointment”.3. You can add another button block with phone number to the same buttons block which represent the “Request Appointment”, add
hide-on-desktopclass to the button block of phone number if you don’t want it to appear on desktop.November 10, 2022 at 1:25 pm #2410471Tim
Ok. I did that but now that button is showing up double? Thoughts?
Would there be a way to have it so we have the logo…then hamburger menu… Then underneath that we have the buttons…a bit smaller and side by side?
November 10, 2022 at 1:26 pm #2410472Tim
Showing up double only on mobile.
November 10, 2022 at 5:40 pm #2410632Fernando Customer Support
Hi Tim,
I see.
Can you remove this code first?:
.menu-bar-items { display: block !important; }Then, can you provide admin login credentials for your staging site, and we’ll take a closer look at your structure?
Please use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
November 11, 2022 at 9:26 am #2411624Tim
Ah perfect. That worked.
Now what would be the best way to go about getting another button for call and then have those lay out horizontally (a little bit smaller) and the same size?
November 12, 2022 at 4:55 am #2412334David
StaffCustomer SupportHi there,
edit the Element for your menu bar items, select the Buttons block – thats the outer wrapper block not the single button inside it, and then + new button from its Toolbar.
Theres limited space, so you may need to adjust the buttons styles.
November 12, 2022 at 8:34 am #2412853Tim
Well that was obvious lol! Thank you.
Looks great now on mobile but when I scroll to the sticky menu the hamburger menu justifies to the left. Is there a way to center that on Mobile Sticky?
November 12, 2022 at 8:41 am #2412864David
StaffCustomer SupportTry this CSS to correct that:
#sticky-navigation .menu-toggle { flex-grow: 1; width: auto; padding: 0; line-height: 50px; }November 12, 2022 at 8:42 am #2412865Tim
Awesome! Thank you!!
November 13, 2022 at 3:46 am #2413414David
StaffCustomer SupportYou’re welcome
-
AuthorPosts
- You must be logged in to reply to this topic.