• Resolved spmiyamoto

    (@spmiyamoto)


    I would like to have 1 full width footer widget instead of 3 footer widgets. I would like the footer to display a full width image along with the organizational name address and phone number. I am currently using the Insert Header and Footer plugin but it is to wide. I want the footer image to be responsive and scale with different devices. Any ideas are appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,

    We could use some custom CSS to increase the default width of the theme’s built-in footer widgets. By default, they’re set to take up around a third of the available width on desktop devices. You could use the following custom CSS to increase that default width to 100%:

    .footer-widget {
        width: 100%;
    }

    As you already have Jetpack installed then a straightforward way to add CSS is to enable its custom CSS module. (Alternatively you can set up a child theme or activate a standalone CSS plugin.)

    Let me know if that helps or if you have any further questions!

Viewing 1 replies (of 1 total)
  • The topic ‘Full width footer’ is closed to new replies.