- This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Pet Business Pro › Mobile Footer
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;
}
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.
This still did not work.
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.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |