Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #240891

    I have an image that I placed inside a text box in a footer widget. I have it aligned to the bottom of the footer. However, on mobile devices it does it not. On mobile devices it has unwanted padding (pic#2).

    How can I fix this?

    Image aligned at bottom:
    footer alignment

    How the image displays on mobile devices with unwanted padding:
    footer on mobile devices

    #240924

    Hey ejet!

    We would need to see the site live to inspect the padding on it.

    Cheers!
    Devin

    #240940
    This reply has been marked as private.
    #241197

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    #recent-posts-3.widget_recent_entries li a { font-size: 10px; }}
    @media only screen and (max-width: 767px) { 
    #footer > div > div:nth-child(3) {
    margin-bottom: 0!important;
    }}

    Cheers!
    Yigit

    #241376

    Excellent. Worked perfectly.

    Thank you for all the great theme support.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to fix footer for mobile devices?’ is closed to new replies.