This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Text on my sidebar widget is too small, no formatting

Resolved 8 replies premiumthemetheme-vantage
10 years ago · Last reply by Magus 10 years ago

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?

URL: http://lawyers-dogbite-pa.com/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

8
  1. Magus Staff 10 years, 9 months ago

    Hi 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

  2. todd91712000 10 years, 9 months ago

    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

  3. Srikanth Kamath 10 years, 9 months ago

    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;
    }
  4. Magus Staff 10 years, 9 months ago

    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

  5. todd91712000 10 years, 9 months ago

    Thanks again, Magus, but when I added that to CSS, my theme gave me a warning and indicated:  "unknown property 'line-spacing'

  6. Magus Staff 10 years, 9 months ago

    Hi Todd

    Apologies please change that to read ‘line-height’.

    Magus

  7. todd91712000 10 years, 9 months ago

    Worked perfectly, thank you.  

  8. Magus Staff 10 years, 9 months ago

    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.

Have a different question or issue?

Start New Thread