Okay
  Public Ticket #1513474
home page footer too high on mobile phone--other pages are correct
Closed

Comments

  •  1
    cburn started the conversation

    Hello,

    My home footer is too high on mobile phone. Can it be be forced to be the same height as the correct sized footers on the other pages? Just looks wrong.

    Attachments:
    Home footer is too large.
    About us footer is correct.

    Thanks so much,
    Cheryl

  •  8,470
    Tahir replied

    Hey Again,

    Try turning off the Footer Reveal Option and check : http://prntscr.com/iuubwh . 

    Be.st


    ThemeNectar Support Team 

  •  1
    cburn replied

    Hey Tahir, that option was already off. I'm actually using the last row turned on as my footer. 
    I'm guessing that the homepage footer looks different because I have page full screen rows turned on for desktop (and off for mobile) while the rest of the site I have it turned off for everything.

    Any other suggestions?

  •  8,470
    Tahir replied

    Hey Again,

    Yes it could be due to that . 

    Could you allow us to log in to your website backend dashboard so we can check on this for you more?. We are gonna need the username and password of admin user as well as the login url.


    Best


    ThemeNectar Support Team 

  •   cburn replied privately
  •  8,470
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    div#home-footer * {
        margin-bottom: 0px !important;
    }
    @media only screen and (max-device-width: 2600px) {
        .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > #home-footer:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    cburn replied

    Tahir, wow that is amazing! You are amazing! Looks perfect. I truly appreciate all your time and effort in solving this issue and making this website look perfect on mobile. You're good.

    Cheryl