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?
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 { ... }
itzikd15@gmail.com
Member
Posted 1 year ago #
which file do i need to edit so i add there that line?
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.
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.
-----------------------------------------------------------*/
add the style to style.css or make the edit in any other editable stylesheet of your theme.
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..)