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.

Justify text in Circle Icon Widget

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,
I have been trying to justify the text that appears with the circle icon widget, having picked up and modified some of the previous forum answers, but cannot make it work – Could you help me please?
I had hoped this would work, but could you tell me where I am wrong, please?
/* Circle Icon Widget Text Alignment */
.widget_circleicon-widget .circle-icon-box p.text {
text-align: justify;
text-justify: inter-word;
}
Thanks!

URL: http://www.ironstoneadvise.com

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

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 6 months ago

    Hi Alex

    That should work. Please, try the following at Appearance > Custom CSS:

    /* Circle Icon Widget */
    .widget_circleicon-widget .circle-icon-box p.text {
     	text-align: justify;
    	text-justify: inter-word;
    }

    Let us know how that goes.

  2. alex.angus 10 years, 6 months ago

    Thanks Andrew – that works when applied across the whole theme, which is a definite improvement, so thank you.

    I was, however, hoping to be able to apply it to only some of the Circle Icon texts, and not others – is that possible, or is only as a whole theme change?

    Thanks,
    Alex

  3. Andrew Misplon Staff 10 years, 6 months ago

    Sure.

    Edit the Circle Icon widget concerned. Click Attributes on the right. Enter the following as a Widget class:

    justify

    Then change your Custom CSS to:

    /* Justify Circle Icon Widget */
    .widget_circleicon-widget .justify .circle-icon-box p.text {
     	text-align: justify;
    	text-justify: inter-word;
    }
  4. alex.angus 10 years, 6 months ago

    Andrew – that’s perfect, thank you! Looks great :)

    Alex

  5. Andrew Misplon Staff 10 years, 6 months ago

    Super, glad to hear that did the trick. All the best.

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