Reply To: No mobile menu if meta slider is active

Home Forums Support No mobile menu if meta slider is active Reply To: No mobile menu if meta slider is active

Home Forums Support No mobile menu if meta slider is active Reply To: No mobile menu if meta slider is active

#206975
Jacks McNamara

I found it – it’s GP premium!

It was a problem with how I had the Above Left Sidebar Hook written. I had:

<div class="hide-on-mobile "> <div>
    <img src="http://jacksmcnamara.net/wp-content/uploads/2016/05/final-tree-logo-300px.png" alt="Jacks McNamara Logo" />
</div>

If I remove <div>

Then I have the menu. But I lose the margin, and can’t figure out how to restore it. I tried

<div class="hide-on-mobile ">
    <img src="http://jacksmcnamara.net/wp-content/uploads/2016/05/final-tree-logo-300px.png" alt="Jacks McNamara Logo" />
</div>

but that doesn’t work. Any thoughts?

  • This reply was modified 7 years, 9 months ago by Tom.