Home Support Multipurpose Blog Pro Full justification of text

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6896
    jstsal69
    Participant

    I would like the text in the “About Us” and under the intro of our blogs on the homepage to have “full justification” not “centered.” Is there some script that would allow me to do this? Thanks in advance. Our website is Thetincantravelers.com.

    #6900
    Shop Manager
    Keymaster

    Hi,

    Please elaborate with the help of a screenshot so that we can provide you a better solution.

    Many Thanks

    #6901
    jstsal69
    Participant

    https://thetincantravelers.com/wp-content/uploads/2020/12/Screen-Shot-2020-12-05-at-7.33.30-AM.jpg

    I would like the text within the circles to be “full justification” (text aligned on both the right and left margins. Thanks

    #6902
    Shop Manager
    Keymaster

    Hi,

    Add the following CSS to justify the content. Follow the steps below to add CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    #our-blogs p.excerpt {
       text-align: justify;
    }
    #our-blogs p.message {
       text-align: justify;
    }

    Many thanks

    #6903
    jstsal69
    Participant

    The code provided above worked for the sidebar widget “about us” but did nothing to correct the justification of text underneath the blog intros on the homepage. https://thetincantravelers.com/wp-content/uploads/2020/12/image-12-7-20-at-7.38-pm.jpg

    Thanks

    #6904
    Shop Manager
    Keymaster

    Hi,

    Add the following CSS to justify the blog content. Follow the steps below to add CSS

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.

    #post_blog p.excerpt {
    text-align: justify;
    }

    Many thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.