Okay
  Public Ticket #1384979
Footer Padding on Mobile
Closed

Comments

  •  1
    fmccullou started the conversation

    On the homepage, the footer looks great on desktop, on mobile, the top and bottom padding gets increased significantly. I'd like it to stay the same on mobile.

    Thanks!

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #nectar_fullscreen_rows > div#footer-outer .container,#nectar_fullscreen_rows > div#footer-outer .col {
            padding: 0px !important;
            margin-bottom: 0px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    fmccullou replied

    Worked perfectly! Thanks!

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please be sure to reach in incase you encounter another issue,

    Regards