-
AuthorPosts
-
August 14, 2017 at 7:02 pm #838876
Ahoy I need to center my menu. Essential I want to center the menu items Home – Contact and than have the buttons be on the left. I’m not sure how to do this. Is there a way to create a menu item or 2 but leave it blank or hide it between contact and the buttons? Whenever i try to make a black button it says pending… I attached a Screenshot of what i’m trying to achieve.
August 15, 2017 at 6:40 am #839092Hey mcraig77,
You can add the following code at Enfold Theme Options > General Styling > Quick CSS
.menu-item { right: 26px !important; }
Best regards,
John TorvikAugust 15, 2017 at 7:02 am #839097Ahoy John,
Nothing happens when I add that. Please Advise
August 17, 2017 at 9:53 pm #840623Hi,
The buttons are also included inside the menu.
I am not sure there is a way to move them easily. Most probably you have to add extra classes to the menu options
so they can work out properly.You would need to hire a freelancer to help you out, to make it easier.
Best regards,
BasilisAugust 17, 2017 at 9:55 pm #840624Hmm…. there is no way to make a menu item inbetween the contact and signup and hide it? or make it blank?
August 19, 2017 at 6:36 pm #841357Hi,
I think you can add css class in the menu and use that to hide the menu, using values such as display:none; opacity:0; or visibility: hidden;
Hope this helps.
Best regards,
NikkoAugust 21, 2017 at 10:19 pm #842252Cool, I figured how to hide it on desktop. How do I hide it on mobile?
.menuhide { opacity:0 !important; }
August 22, 2017 at 11:32 am #842429Hi mcraig77,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.av-active-burger-items:nth-child(8), .av-active-burger-items:nth-child(9) { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaAugust 22, 2017 at 6:33 pm #842689That code hides the log in and Signup buttons on mobile. Not “h” please advise.
August 22, 2017 at 7:54 pm #842734Hi,
Here is how you can hide it in mobile:
@media only screen and (max-width:767px) { .myclass { opacity:0 !important; } }
and you would probably need to show it in desktop:
.myclass { opacity:1 !important; }
Just change myclass with your assigned class name. Hope this helps :)
Best regards,
NikkoAugust 22, 2017 at 8:41 pm #842757I don’t want it to show on desktop or mobile. I inserted this code and it hide it on desktop – i tried adding the second code but it still shows… I need that whole button on mobile not available – not just hidden. Please advise on how to make the “h” button not there on mobile only.
.menuhide { opacity:0 !important; }
@media only screen and (max-width:990px) { .menuhide { opacity:0 !important; } }
August 23, 2017 at 9:30 am #842938Hi,
Can you try to replace this css code:
@media only screen and (max-width:990px) { .menuhide { opacity:0 !important; } }
with this one:
@media only screen and (max-width:990px) { .menuhide { display:none !important; } }
Best regards,
NikkoAugust 23, 2017 at 4:59 pm #843179Hi Nikko, I tried that code but the “h” is still in the mobile menu. I also found this article but it doesn’t seem to work http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Please advise
August 24, 2017 at 5:18 pm #843604Hi,
Can you try adding this css code in Quick CSS:
@media only screen and (max-width:990px) { .av-active-burger-items:nth-child(7) { display: none; } }
Hope this helps.
Best regards,
NikkoAugust 24, 2017 at 6:27 pm #843647That kinda works… At first the “h” menu item loads but than disappears…. How do I make it not load before hand? Having it load looks cheap… I really need this to look professional.
August 24, 2017 at 8:39 pm #843684Hi,
Can you try replacing the last code I gave to this one:
@media only screen and (max-width:990px) { .av-active-burger-items:nth-child(7) { display: none !important; } }
Let us know if that fixes the issue.
Best regards,
NikkoAugust 24, 2017 at 8:48 pm #843691I replaced it but the same thing is happening. Please Advise.
August 25, 2017 at 5:39 pm #844075Hi,
I just checked it but I could not see the h in the menu item anymore. Can you try to clear your browser cache and check again?
Best regards,
NikkoAugust 25, 2017 at 6:22 pm #844107Cache is cleared. It is there still when you first open it… Than it disappears. I need it not not show up at all. It looks unprofessional like this. I attached movie of the issue.
Please advise
August 26, 2017 at 11:35 pm #844459Hi,
I have read though this thread, but I don’t understand why you don’t just remove the menu item H?
What is it for?Best regards,
MikeAugust 27, 2017 at 10:40 pm #844575Pease see the first thread request mike. I would like to make the ‘h’ not visible on mobile at all. Please advise.
September 1, 2017 at 7:19 am #846639Hi,
Please increase the viewport value in the css media query.
@media only screen and (max-width:1366px) { .av-active-burger-items:nth-child(7) { display: none !important; } }
Remove browser cache or hard refresh before checking the page again.
Best regards,
IsmaelSeptember 1, 2017 at 9:12 pm #846987Hi Ismael.
I changed that and did the requested refresh but it still is showing up than disappearing. I’ve gone ahead and created a temp login for you below. Please Advise
September 4, 2017 at 3:52 pm #847795Hi,
Thanks for providing the login, I just tested different css codes I know it still has the same effect, would it be okay if just add some space on the desktop and don’t have a hidden menu?
Best regards,
NikkoSeptember 4, 2017 at 7:55 pm #847870Hi Nikko,
Sure if you can add some space after the contact menu tab that also works. Basically I just want the menu from home to contact to be centered from the logo and signup/ login buttons like this – see screenshot. I would also like it to look good on mobile. please let know what code was added and deleted.
September 5, 2017 at 12:05 pm #848056Hi,
I have adjusted it, let us know if it’s good :)
Best regards,
NikkoSeptember 5, 2017 at 6:42 pm #848271That look good. What code did you change for reference?
September 6, 2017 at 9:11 am #848503Hi,
Glad that you liked it, here is the code I used, you can see it in Quick CSS but not on the same location:
.main_menu #menu-item-3405 { margin-left: 8vw; } @media only screen and (max-width:1366px) { .main_menu #menu-item-3405 { margin-left: 2vw; } }
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.