[Resolved] No mobile menu if meta slider is active

Home Forums Support [Resolved] No mobile menu if meta slider is active

Home Forums Support No mobile menu if meta slider is active

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #207088
    Jacks McNamara

    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

    #207149
    Tom
    Lead Developer
    Lead Developer

    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>
    #207344
    Jacks McNamara

    oh. didn’t realize i had to close it twice. (thought one would be enough.) thank you so much for your patience and help.

    #207349
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome 🙂

Viewing 4 posts - 16 through 19 (of 19 total)
  • You must be logged in to reply to this topic.