• How do I make the bottom footer 1 instead of 2 widgets? Would like just the 1 footer which is the full width of the page.
    Cant post link to my page as I am still experimenting with WAMP on my computer.
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • try CSS, for example via the ‘Appearance – Additional CSS’ section:

    .site-footer .widget-column.footer-widget-1
    {
      width: 100%;
    }
    .site-footer .widget-column.footer-widget-2
    {
      width: 100%;
    }
    Thread Starter lakemac123

    (@lakemac123)

    Hi Michael, thanks for your response, its widget 2 I want to delete so that widget 1 is 100% of width. Cheers.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try emulating the relevant Webpage through a sandbox tool like CCSDesk.com:

    1. View your webpage;
    2. Right click on the page somewhere and press “View source
    3. A new window will appear with all the code of your page. Copy all of that code
    4. Go to CSSDesk.com and paste it into the “HTML” section
    5. Press the “Share” button in CSSDesk
    6. A new URL will appear to the left of the “Share” button, copy that URL and paste it here in this thread

    We can then hopefully see your webpage without it going live.

    Thread Starter lakemac123

    (@lakemac123)

    Wont work in CSSDesk, however works in my Dreamweaver software!
    I am using WordPress.
    Cheers

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry I meant to suggest you should show us your page by emulating it in a software like CSSDesk. If you can’t show us your page your chances of receiving support are far less.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Footer 2017’ is closed to new replies.