Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #737918

    Hello,
    I need to justify the text in all of the text blocks in this site: http://cubacounselcorp.com/home/

    I have tried various CSS snippets that I’ve found here but none of them work.

    Can you help?

    Thanks!
    -Ceci

    #737925

    Hey Ceci!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_textblock p {
        text-align: justify!important;
    }

    Best regards,
    Yigit

    #738034

    Thanks so much!

    I’m sorry I wasn’t very specific in my question. I’m looking to keep the alignment intact, but just justify it. So, if it is centered, I’d like it to be justified. Is this possible?

    #738037

    Hey!

    The last bit of code that Yigit shared, does that.
    if it is not what you need, please show us a screenshot with what needs to be done, so we can be directed properly

    Regards,
    Basilis

    #738053

    Hi Basilis,
    It looks like that code made everything justified but to the left. I have text on the homepage here: http://cubacounselcorp.com/home/ that I’d like to be justified but centered.

    Thank you!
    -Ceci

    #738073

    Hi Ceci,

    Unfortunately we can only choose one either to center or justify it. We hope that something like center-justify would be available on web browsers soon.

    Cheers!
    Nikko

    #738442

    Thanks so much! Is there an easy way to justify just certain text blocks? I don’t seem to have the usual button in the Kitchen Sink to do it…

    #738446

    Hi!

    Yes, please refer to this post – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and enable custom CSS field for ALB elements and then edit your text block elements where you would like to justify the text and give them a custom CSS class ( “justified-text” in example) and then add following code to Quick CSS

    .justified-text p {
        text-align: justify!important;
    }

    Cheers!
    Yigit

    #1154038

    Hi, I’d like to have the web <p> text justified completely.
    How could we get it?
    Thanks.
    David

    #1154110

    Hi,


    @seomar
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    p {
        text-align: justify!important;
    }

    If you have any other questions or issues, please start a thread under Enfold sub forum – https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Justify Text in Text Blocks’ is closed to new replies.