Forums

when i post i want it automaticly be right to left (7 posts)

  1. itzikd15@gmail.com
    Member
    Posted 1 year ago #

    while posting in my languge posting from LTR looks wierd so each time i post a new post i have to change it and add the html code <p style="text-align: right;">XXXX</p> so anyone know how can i make it so when i post a new post it will automaticly become Right to left?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    http://www.w3schools.com/css/pr_text_direction.asp

    try to apply this to the style of your post div -
    possibly, but not neccessarily -
    .hentry { ... }

  3. itzikd15@gmail.com
    Member
    Posted 1 year ago #

    which file do i need to edit so i add there that line?

  4. alchymyth
    The Sweeper
    Posted 1 year ago #

    as this is a css style, try editing style.css of your theme.

    you might want to check first, if this css class .hentry actually exists in your theme.
    look into the html code of your single posts in your browser.

  5. itzikd15@gmail.com
    Member
    Posted 1 year ago #

    all i got in style.css is

    /* Import Stylesheets
    -----------------------------------------------------------*/
    @import url("stylesheets/master.css");

    /* Required WordPress Classes, don't remove these.
    -----------------------------------------------------------*/
    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    .alignleft { float: left; }
    .alignright { float: right; }

    /* Make all custom CSS changes in a Child Theme. Any custom
    changes you make here will not be overidden when you upgrade the theme.
    -----------------------------------------------------------*/

  6. alchymyth
    The Sweeper
    Posted 1 year ago #

    add the style to style.css or make the edit in any other editable stylesheet of your theme.

  7. itzikd15@gmail.com
    Member
    Posted 1 year ago #

    im not sure i really understud what u ment (im kinda new to html languge and not know alot..)

Topic Closed

This topic has been closed to new replies.

About this Topic