Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #227662

    Hey guys –

    A couple quick questions for http://thesparcnetwork.net

    1. In the footer, I added html for 2 social icons in the copyright section. They are all good EXCEPT on mobile, where they become skewed. How do I need to straighten these up? I have a feeling the icon is wrapping to the next line due to the copyright area size.
    2. I have opted for the slide out menu on responsive starting with ipad, however, the menu and the slideout menu are appearing at the same time. What do I need to do to have the slide out menu appear correctly on Ipad?

    #227670

    Hi David!

    1. Wrap those in a div so they get below the copyright.
    2. You have this custom code in your Quick CSS:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }
    }

    Remove it and it will get fixed.

    Regards,
    Josue

    #227731

    Done and Done. Thanks Josue.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘enfold > footer icons $ responsive slide out menu’ is closed to new replies.