Footer 2017
-
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
-
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%; }Hi Michael, thanks for your response, its widget 2 I want to delete so that widget 1 is 100% of width. Cheers.
Try emulating the relevant Webpage through a sandbox tool like CCSDesk.com:
- View your webpage;
- Right click on the page somewhere and press “View source
- A new window will appear with all the code of your page. Copy all of that code
- Go to CSSDesk.com and paste it into the “HTML” section
- Press the “Share” button in CSSDesk
- 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.
Wont work in CSSDesk, however works in my Dreamweaver software!
I am using WordPress.
CheersSorry 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.
The topic ‘Footer 2017’ is closed to new replies.
