Tagged: x
-
AuthorPosts
-
March 21, 2017 at 5:11 am #1414736
Hi!
As you can see I’ve disabled the X menu on a mobile device but I am keeping some menu items in desktop and tablet mode. Only problem is when shrinking the screen or viewing from an Ipad the menu overlaps the superfly menu. See screenshot highlighted in red.
Is there any way to ensure the X menu doesn’t mix with the superfly menu when the screen is shrunk?
Thanks
Jay
March 21, 2017 at 5:12 am #1414737This reply has been marked as private.March 21, 2017 at 11:30 am #1415164Hi there,
Thanks for writing around! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:
.masthead-inline .desktop .x-nav { margin-right: 70px !important; }
Let us know how this goes!
March 22, 2017 at 1:06 am #1415848That worked perfectly thanks very much!
March 22, 2017 at 2:43 am #1415897Oh I’ve just noticed the menu is supposed to activate upon hover but actually activates upon hover all along the right hand side of the page.
Is there anyway to contain the hover effect to the button? If not I will make it so you have to activate upon click.
Many Thanks
March 22, 2017 at 11:15 am #1416439Hello Jay,
Unfortunately, that is how it works by default under BEHAVIOUR option for desktop menu. That effect that menu can be activated on button hover only is just for mobile.
March 27, 2017 at 11:40 am #1421870Ahh ok – I’ve changed it to activate upon click as using the hover method when the menu is aligned right will effect anyone wanting to scroll down the page using the traditional scroll method. Figure I should cater for anyone without a trackpad or a mouse wheel.
I’ve managed to slim down the height of the search box within the superfly menu using the following CSS but I can’t seem to align the text/cursor height to the middle of the search field reflecting the new height. The search icon however is aligned at the perfect height. Is there anything I can add to this CSS to make the text flush with the icon?
#sfm-sidebar .sfm-search-form {
height: 40px;
}Thank you.
March 27, 2017 at 11:54 am #1421890Hi there,
Please try this code in the customizer:
#sfm-sidebar .sfm-search-form input[type=text] { height: auto !important; }
Hope this helps.
March 28, 2017 at 1:55 pm #1423323Like a charm!
Thank you Jade 🙂
March 29, 2017 at 7:42 am #1424075You’re more than welcome, glad we could help.
Cheers!
-
AuthorPosts