Text on my sidebar widget is too small, no formatting
On both the free and premium versions of Vantage, the text on my sidebar widget is too small, and does not change in size when I customize it in the widget visual editor. I tried adding a new visual editor widget with new text, different sizes, no luck. I’ve also tried inserting some CSS code found from doing searches online, generally, again no luck.
Any thoughts?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
8Hi Todd91712000
Please add the following to your Custom CSS
#secondary .widget { font-size: 14px; }You can change the size to fit your requirements.
Let us know how you get on.
Magus
Perfect. Thank you for that. One more thing, sorry. I need spaces between the lines of text as well (on my side bar / widget). Any code for that? Thanks in advance!
Todd
you can style the text take a look at http://www.w3schools.com/css/css_text.asp its show the ways to handle the text
#secondary .widget { font-size: 14px; text-indent: 50px; letter-spacing: 3px; }Hi Todd91712000
Please change the previous code to this
#secondary .widget { font-size: 14px; line-spacing: 1.5em; }You can change the spacing, but do it in .1 increments until you get the desired spacing.
@Srikanth thanks for the input
Magus
Thanks again, Magus, but when I added that to CSS, my theme gave me a warning and indicated: "unknown property 'line-spacing'
Hi Todd
Apologies please change that to read ‘line-height’.
Magus
Worked perfectly, thank you.
Hi Todd
Glad to hear.
If you need any more help please don’t hesitate to open a new support thread.
Magus
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.