Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #259543

    Website link in private reply.

    Okay… I have figured out how to configure the footer for my designer’s specs, but need to know how to do this:

    1. How do I get rid of the footer when it goes to ipad and then on the phone view? I know I need to set a background color at those levels, but my css isn’t working.

    2. I need to play around with the margins of the footer menus on both the ipad and phone view, but I don’t know what css class to use to modify those.

    Almost done with this site– thanks for your help! :)
    Angie

    • This topic was modified 10 years, 6 months ago by Angiec13. Reason: issue resolved, new issue popped up
    #259544
    This reply has been marked as private.
    #259737

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
    1-

    @media only screen and (max-width: 990px) {
    #footer { display: none; }}

    2-

    @media only screen and (max-width: 990px) { 
    .menu-footer2-container {
    margin-top: 10px;
    }
    #footer {
    padding: 5px 0 10px 0; }}

    Best regards,
    Yigit

    #259836

    Awesome- thank you! Enjoy your day! :)

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove footer background and menu margins mobile views’ is closed to new replies.