Author bio / gravatar widget. Increase the size
-
How can I increase the length of the Gravatar widget text box in my footer? I have added a small text under the author profile picture. The box is currently set in a weird shape making the text squeeze vertically instead of fitting into 3-4lines.
Any ideas?
Thank you
The blog I need help with is: (visible only to logged in users)
-
This will increase the width, which you can adjust as per your liking. If you plan on adding more widgets to your footer, you might have to re-adjust the width.
@media screen and (min-width: 1080px) { .footer-widget-inner .widget { width: 500px; } }The above will work Desktop-sized screens. For custom width on all screen sizes, try this code:
.footer-widget-inner .widget.widget_gravatar { width: 400px; } -
- The topic ‘Author bio / gravatar widget. Increase the size’ is closed to new replies.