Home Forums Pro Themes Pet Business Pro Mobile Footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #129744
    Jennifer Kroll
    Participant

    This is a continuation of the previous discussion titled “mobile footer”. I could not get back into the discussion thread because it kept asking me to sign in and then kicking me out of the thread.

    The mobile footer is does not have any padding between the text and footer box. I can not provide an image because this support input does not allow image attachments. If you navigate to saukpointvet.com on a mobile device it is obvious what the problem is with the footer. The code given does not change anything.

    .home .wrapper .hentry {
    margin: 9px;
    }

    #129754
    wensolutions
    Keymaster

    Hello,

    Please add following given CSS code in Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS

    @media screen and (max-width: 768px){
      .site-footer{
        padding-top: 15px;
      }
    }

    Hope this helps.

    If you have any queries further, let us know.

    Thank you.

    #130339
    Jennifer Kroll
    Participant

    This still did not work.

    #130350
    wensolutions
    Keymaster

    Hello @jennkrolldesign,

    Please replae above given CSS with the CSS given below:

    @media screen and (max-width: 768px){
    .footer-widgets-area .hentry {
        margin-bottom: 48px;
        padding-top: 25px;
    }
    }

    Hope this helps.

    Thank you.

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