Support » Theme: Spacious » TG: Services how to JUSTIFY its text?

  • Using Business Template and I’ve setup front / home page with it. TG: Services widget is nice to have but I can’t justify its text, is there a custom CSS code for it, if so, what is it?

    Any help is greatly appreciated!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Can you post a link to your website?

    Thread Starter mozalan

    (@mozalan)

    Hi and thanks for the reply, I’m running it on my localhost, it’s not ready to be published yet. it’s the same as in DEMO page, those three columns – Super Fast Loading + Responsive Design + Awesome Support (haven’t yet seen that “awesome support”!)

    Any help is highly appreciated!!

    Assuming you’re trying to justify the paragraph text on the 3 Services block on your Home page, find this block in your CSS:

    .tg-one-third {
    float: left;
    width: 28.407225%;
    margin: 0 2.46305419%;
    padding: 0px 0px 30px;
    }

    Update to:

    .tg-one-third {
    float: left;
    width: 28.407225%;
    margin: 0 2.46305419%;
    padding: 0px 0px 30px;
    text-align: justify;
    }
    Thread Starter mozalan

    (@mozalan)

    Hi Jan, thanks a lot for the input, but is there a “Custom CSS” for this?

    @mozalan

    You can just add that to your CSS file and I believe it will reference it from there.

    Thread Starter mozalan

    (@mozalan)

    I’ve tried, made no difference I’m afraid

    If the theme has a built-in custom CSS option, use it; otherwise, get a custom CSS plugin and try:

    .widget_service_block p {
    	text-align: justify;
    }
    Thread Starter mozalan

    (@mozalan)

    .widget_service_block p {
    	text-align: justify;
    }

    This one has done the trick! Many thanks Stephen, just added it to custom CSS of the of the theme and it corrected itself.

    Great support from a great guy! 🙂

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘TG: Services how to JUSTIFY its text?’ is closed to new replies.