• Resolved r4b

    (@r4b)


    Hi,

    I am looking for a way to get rid of the area reserved for widgets in the footer of the theme. On desktop, I have accomplished this to some degree by using empty text widgets and custom CSS to reduce the empty black space however, I have noticed on mobile an empty space with horizontal gray lines is visible in the footer area.
    Is there a way I can get rid of this / is there a better way I can accomplish this overall? To summarise I only want a narrow black area at the bottom with the copyright and theme credits across my whole website.

    Thanks in anticipation.
    Rob

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi Rob,

    Install a custom CSS plugin and enter the following:

    .footer.section { padding: 0;  }
    .credits-inner { border: none; padding: 3% 0; }

    That should fix it.

    – Anders

    Thread Starter r4b

    (@r4b)

    Hi,

    Thanks for the swift reply!

    This doesn’t appear to have worked for me. Not on mobile anyway. I am unable to check desktop right now.

    See – airedalemillsmanagement.co.uk

    I am using ‘Simple Custom CSS’ plugin version 3.0.1.

    Thanks again for your assistance.

    Theme Author Anders Norén

    (@anlino)

    Sorry, change it to this:

    .footer.section { padding: 0 !important;  }
    .credits-inner { border: none; padding: 3% 0 !important; }

    – Anders

    Moved question.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remover footer widget area mobile’ is closed to new replies.