Site logo

Archived topic

Ajax Menu missing on Mobile device

22 replies · Started by troyw on December 12, 2020

Viewing posts 16–23 of 23

No, i'm using Floats. Not even sure what this is, but it is set to Floats

Hhhuuumm! Looks like changing to Flexbox is going to cause me way too many headaches, which i really don't need right now.
Is there any other way I can get either the Ajax Magnifier to appear neatly on a mobile device or for the Ajax search to appear under the Mobile Menu.
It does exist in the mobile menu at the bottom, but it is invisible. If I could make it visible and have the word 'Search' or something, I could probably move on. I just need customers on Mobile devices to have access to a Search facility.
Cheers

Looks like changing to Flexbox is going to cause me way too many headaches, which i really don’t need right now.

Most of the time, it should be a pretty straight forward switch.

Have you tried switching over to Flex and see if notice any differences at all?

You can always switch back and forth to compare.

Hey guys,

I tried Flexbox setting and caused a whole lot of issues on the Woocoomerce pages. I notice that in responsive mode, when I open the menu, if I click the empty space under 'My Account', it opens a search box. Is there any way that I could have some text or a magnifier on that blank link? That would probably be enough to solve my search issues?

Hi there,

Try adding this CSS:

.inside-navigation .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
    order: 2;
    margin: 0;
    width: auto;
    line-height: 55px;
    padding: 0 5px;
}

Let me know if that improves things or not :)

Hey Tom,
I have added this CSS and yes, it does bring up the magnifier, but it is in a weird position above the Logo. Is there a way I force it to show up either next to the Cart or the Menu?
Failing that, can I get it to show up in the mobile menu itself?
I've left the CSS in so that you can see the result.

Thanks

I think getting that to align in the mobile header is going to cause problems.
The Off Canvas Panel does have its own Widget areas that you could add the Search form to.

This archived topic is closed to new replies.