- This topic has 16 replies, 3 voices, and was last updated 3 years, 3 months ago by
Ree.
-
AuthorPosts
-
January 6, 2023 at 1:19 am #2485589
Ree
I have two menus (country dropdown) and WPML menu but how can I adjust them to be on the same line? because its now dropping to line 2 and 3, and the icons beside squeezed together
January 6, 2023 at 1:50 am #2485607Fernando Customer Support
Hi Ree,
Can you try adding this CSS through Appearance > Customize > Additional CSS:
#mobile-header nav#secondary-navigation .main-nav > ul { display: flex !important; flex-direction:row; flex-wrap:nowrap; } #mobile-header nav#secondary-navigation .main-nav > ul > li a { display: flex; justify-content: center; align-items: center; } #mobile-header nav#secondary-navigation .main-nav > ul > li a img{ height: 17px; }January 6, 2023 at 1:59 am #2485614Ree
I’ve added it has became 2 lines now. can I squeeze into one? There are some empty spacing between elements.
January 6, 2023 at 4:55 am #2485727David
StaffCustomer SupportHi there,
in Customizer > Layout > Secondary Navigation, you can reduce the Menu Item Width, this will reduce the padding either side of those menu items.
January 12, 2023 at 2:00 am #2492523Ree
thank you, I now have this issue where the icon added in block has too much margin on the right. How can I reduce it please?
I’ve circled the elements in red for your convenience
January 12, 2023 at 7:24 am #2492810David
StaffCustomer SupportThats a GenerateBlocks button block, if you edit it, you can change the Right Margin in its Spacing settings.
January 12, 2023 at 10:06 pm #2493759Ree
i did that but nothing changed.
January 12, 2023 at 10:34 pm #2493771Fernando Customer Support
Can you provide admin login credentials so we can take a closer look?
Please use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
January 12, 2023 at 11:50 pm #2493817Ree
the element is in appearance > elements > my account
January 13, 2023 at 12:29 am #2493845Fernando Customer Support
That’s odd. Can you try recreating that specific button to test?
January 13, 2023 at 1:14 am #2493892Ree
i created a new button but it is the same…
January 13, 2023 at 1:28 am #2493912Fernando Customer Support
Can you try either of these in GenerateBlocks > Settings?:
a) Choose Inline Embedding for the CSS Print Method in Settings > GenerateBlocks.
b) Regenerate your CSS files in Settings > GenerateBlocks.January 13, 2023 at 1:53 am #2493939Ree
i did a check, css print method was previously set as inline embedding. I also regenerated CSS files but did you see any changes on the frontend?
January 13, 2023 at 4:17 am #2494066David
StaffCustomer SupportTry editing the right margin on the button now.
January 13, 2023 at 5:32 am #2494118Ree
its working now, thanks!
what changed please? -
AuthorPosts
- You must be logged in to reply to this topic.