Clear Line theme

Vatuma Support » Clear Line theme129

How to make text on the column is Justify Alignment (8 posts)

About This Topic

Tags

No tags yet.

  1. myusername
    Member
    Posted 1 year ago
    #

    Hi Ivan, i want to make every contents on the column is Justify Alignment, so on the first page/index page all content in the column is Justify Alignment. How do I make it?
    thanks..

  2. Ivan
    Key Master
    Posted 1 year ago
    #

    try adding to style.css:

    .post-list-column .content
    {
      text-align: justify;
    }
  3. aeromilitaria
    Member
    Posted 5 months ago
    #

    Hi Ivan,

    In my case, the site's publisher insists on right-justifying regular paragraphs in our posts and pages, as illustrated in this example:
    <http://www.gacetaeronautica.com/gaceta/wp-102/?p=11>

    Which .css file should I intervene? What code should I alter or insert?

    Thanks,

    Carlos

  4. Ivan
    Key Master
    Posted 5 months ago
    #

    try adding to style.css:

    .post .content
    {
      text-align: justify;
    }
  5. aeromilitaria
    Member
    Posted 5 months ago
    #

    I don't like how it looks, but your advise worked fine once I place the code in the /* POST */ area of the file. Thank you so much, Carlos.-

  6. aeromilitaria
    Member
    Posted 5 months ago
    #

    Sorry, me again... and how should I right-justify text in pages (not posts).

    Tried this wild guess, but failed:

    .page .content
    {
    text-align: justify;
    }

  7. Ivan
    Key Master
    Posted 5 months ago
    #

    .post .storycontent
    ...
    Firebug plugin for Firefox can help greatly in such cases.

  8. aeromilitaria
    Member
    Posted 5 months ago
    #

    Great! Your proposed solution worked just fine.

    Will check the Firebug plugin and see what it does.

    We may now be going fully on-line with this version in the next few days / weeks!

    Thanks again,

    Carlos

Reply

You must log in to post.

Vatuma Support » Clear Line theme129