changing size of widget
-
Can I change the size of the widgets on the sidebar? They are so small.
The blog I need help with is: (visible only to logged in users)
-
Hey Louise,
You can try changing the font size for the widgets and their titles using Custom Design’s “CSS” editor.
You can access your CSS editor via this link: https://dauntlessfitness.wordpress.com/wp-admin/customize.php#css
A quick and dirty way to do this is with the following CSS:
h1.widget-title { font-size: 22px !important; } .widget > * { font-size: 16px; }Just paste the above code into your CSS editor and you’ll see how it looks!
If you need more help, most of our CSS support is done in our special community CSS forum by both staff and volunteers:
https://en.forums.wordpress.com/forum/css-customization
Cheers,
Chris.
- The topic ‘changing size of widget’ is closed to new replies.