Menu bar Logo

Hello X Theme Support

I am having an issue with my menu bar logo, its perfect on the desktop site, however it is intrusive on the mobile version, my question is can it be removed from mobile only and left intact on desktop?

Thank you in advance,

Marcel

Hello Marcel,

Thanks for writing in! What you have in mind will be possible by adding a custom css snippet. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media(max-width: 767px){
    .x-brand.img {
        display: none;
    }
}

We would love to know if this has worked for you. Thank you.

Hello RueNel,

That worked (Thank you) however it seems to push the mobile menu button mostly off the screen, I have included a screen shot

Please advise

Thank you in advance,

Marcel

Hello Ruenel

Please disregard my previous email, my error, your code works perfectly, thank you!

Glad it helped, Marcel.

I am having another issue with navigation

I am using one page navigation on my site, it works perfectly!

I just created a WooCommerce shop and added a menu item called shop. when I click on shop it does take me to the WooCommerce shop page BUT when I try and click back to home or another menu item it does not work.

any ideas?

Thank you in advance

Marcel

Hello Marcel,

You need to create another menu on Appearance > Menu. That kind of setup will work using two menus.

First Menu > This is what you have currently. Edit your homepage, under page settings look for One page navigation and then select this menu. This menu is using relative URL: #xact-bd
Second Menu > Please create a new menu. This time, use absolute URL for menu links on the URL like this http://www.xactcorpgroup.com/#xact-bd. Then set this as Primary Menu.

Hope this helps.

Hi Lely

Thank you very much for your swift reply,

So to be clear, will I be able to delate the first menu when the second one is finally active?

Thanks Lely, worked perfect and I answered my own question, disregard the last email

Following some testing, everything seems to work perfectly except, even though the footer is using exact same menu, the menu item (HOME) does not work from the foster???

any ideas

No idea but it works now, all good!

Glad to hear that. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.