• IS there a plugin so that the test i enter is automatically published in a justified way.
    If not is there any alternative way

    And how do i add a justify button in posting code bar there are left , right , center but no justify
    How to do that

    Pls help

Viewing 10 replies - 1 through 10 (of 10 total)
  • I’d just do it with modifying css myself:

    text-align:justify

    I think that’s still kosher to do. Been so many updates in the last few years, can’t keep straight what’s still valid code.

    Thread Starter algore123

    (@algore123)

    can u tell me how do i do it
    I dont know anything i am completely new to wordpress

    Need a link to your blog please so we can see what needs to be changed.

    Just for reference, this is a css issue, not a wordpress one.

    Thread Starter algore123

    (@algore123)

    Do the stylesheet need to be modofied

    Yes, the stylesheet needs to be modified.

    Hi Alore123,
    Yes, the stylesheet will need adjusting if you are looking to use theapparatus’s suggested solution. Which part of your stylesheet to edit is a whole other animal.

    Your best bet will be to post up a link so that, your site can be viewed. From there someone should be able to point you towards which class in the stylesheet will need editing.

    Hope this helps,
    Chet

    Thread Starter algore123

    (@algore123)

    My site pls review it and tell me as i m completely new to WP
    If anythings need to be added or modified

    https://www.cupidstruck.com

    What you need to do is modify your theme’s css file. Open it up for editing using a text editor and find where post-content is within the file. Change that bit to the following:

    .post-content {
    	margin: 0px;
    	padding: 0px 0px 2em;
    	float: left;
    	width: 99%;
    	font-size: 11px;
    	line-height: 20px;
    	color: #2C281F;
            text-align:justify;
    }

    Note the new last line.

    You may have to clear your browser’s cache to get the updating css to show up.

    Hope this helps

    Thread Starter algore123

    (@algore123)

    I need to know some more things

    1. Go to https://www.johncow.com/ and say how can i do this in my site https://www.cupidstruck.com

    See This
    Home
    Contact
    Make Money
    Top posts
    Achieves

    Can u tell me how do i make this pages and navigate the respective pages to them like if i click pages it will show all my achieves

    2. How can i have an advertisement with each post
    See the image or copy in address bar and view the image
    https://img231.imageshack.us/img231/2702/pageij7.jpg

    3. And how do i add an advertisement at the bottom of each post
    See the image or copy in address bar and view the image https://img187.imageshack.us/img187/2498/dawd0.jpg

    Pls help as i cant do it myself

    Thread Starter algore123

    (@algore123)

    can u please help

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘How to justify all text’ is closed to new replies.