Archived topic
No mobile menu if meta slider is active
18 replies · Started by Jacks McNamara on June 21, 2016
Viewing posts 16–19 of 19
whoah. it's just pulling up my image, instead of pasting the code for you.
original:
<div class="hide-on-mobile "><div style= "margin-top: 15px">
<img src="http://jacksmcnamara.net/wp-content/uploads/2016/05/final-tree-logo-300px.png" alt="Jacks McNamara Logo" />
</div>
removing <div style= "margin-top: 15px">
made the menu disappear
You have to close the div if you open it:
<div class="hide-on-mobile ">
<div style="margin-top: 15px">
<img src="http://jacksmcnamara.net/wp-content/uploads/2016/05/final-tree-logo-300px.png" alt="Jacks McNamara Logo" />
</div>
</div>
oh. didn't realize i had to close it twice. (thought one
would be enough.) thank you so much for your patience and help.
You're very welcome :)
