Forum Replies Created
-
AuthorPosts
-
Hello, I am experiencing this issue as well on our website. On the far right of our website the last two menu items, the drop menu box is off the screen so it cannot be viewed properly. I have tried both solutions posted above using the following code, but it is still not fixing our issue:
@media only screen and (min-width: 1024px) {
#menu-item-1171 .sub-menu {
margin-left: -80px;
}#menu-item-1094 .sub-menu {
margin-left: -80px;
}
}That didn’t quite do it (because I was not specific enough), but I figured it out. I used this:
ul.cart_dropdown { display: none !important; }
Thanks for the push in the right direction!
It looks like it is working well enough. I’ll just need to work out the final styling myself and see what I can work out.
Thanks!
It is just not working. For now I’m going to look at some other options we might have and I’ll come back and ask more questions if I have them.
Still doesn’t seem right. Are you seeing something different than me on the following page?
Would I toss that into the custom CSS area in the WordPress backend?
Google Drive link should be shared with you. That is what I am aiming for.
You’ll have to look at the “Text” tab in the editor in order to see the pasted code.
I’m copy-and-pasting in what Google gives me in order to have a custom search engine for the site. Another option I have is to change how search works at the top as well I guess.
I’ve included the information below. Check over the Search page. Let me know if you have any questions.
You can find the link to the images in the Private Content area. You can see some specific areas (loss of Search icon, styling not coming off, etc.), let me know what I should be looking at or if you are not seeing those same issues.
Thanks!
June 12, 2015 at 3:41 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #458422Thanks for the help so far!
More questions, sadly. :-)
Is there a supported way to change the behavior of the Search icon in the header? I’d love to be able to make it click-able to a page where I can farm out to Google Search for our site or to have the search field be taken over by something else (without the AJAX at the moment).
Thanks again!
June 10, 2015 at 3:23 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457285This isn’t a public site at the moment, but I can describe it better or get you some screenshots later.
When the fullwidth sub menu is on a desktop browser, it just shows the items. When it is on mobile, it says “Menu” with the hamburger icon. I want to change the word “Menu” to something else when on mobile.
Let me know if you want images.
June 10, 2015 at 3:09 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457268Alright, I’m probably going to abuse this thread for questions, but here goes:
Any way to control what words are shown for that sub-menu when at a mobile size?
June 10, 2015 at 3:02 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457263I will take a look at that. Thank you.
June 10, 2015 at 2:54 pm in reply to: Set different URL in Enfold header logo and mobile sub-menus #457251Thanks for the first tip, I’m going to toss that into my child theme and be very happy for the day!
As for the second part, what I am looking for is some way to do the following: https://www.bethel.edu/library/
There is a “In This Section” sub-navigation at the top of the page on mobile. I’d love to have some way to doing that within Enfold.
Thanks again!
-
AuthorPosts