Left Footer Column width adjusting in the theme Avid
-
Hello all, I am using the Avid theme, and was wondering how to increase the Left Footer column width. I have my Copyright information there and would like it to appear in one line, whereas now it is in two. Thanks!
The blog I need help with is: (visible only to logged in users)
-
You can increase the width of the text widget using this custom CSS:
@media screen and (min-width: 900px){ footer[role="contentinfo"] .widget-container { width: 37.93%; } }Give it a try and let me know if this is not what you are after.
- The topic ‘Left Footer Column width adjusting in the theme Avid’ is closed to new replies.