change footer width in Morden theme
-
I use the Morden theme for the lab website. The footer comes with three columns. I want to use only one colume but make it occupy the space of three columns. How can I find the CSS for Morden and use CSS code to modify the width of the footer widget? Thanks.
The blog I need help with is: (visible only to logged in users)
-
-
Hi @xielab2021,
You can use following css which will make one column occupy the space of three columns.footer aside section { width: 100% !important; }Hope it will help or let us know here.
Thanks -
- The topic ‘change footer width in Morden theme’ is closed to new replies.