I want to be able to justify my body text<p> ( not all of it) so that it is square on the page. I do not wish any other text to be justified. I want the rest to be lefts sit currently is. I know that I can go into every page and alter it by using <p align="justify"> but I would like to do it via the CSS if possible. Thanks
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p{ text-align: justify!important; }
Thanks for this but the footer text on the bottom right is also justified- can you provide the code to right align please?
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-navi .navigation .right-navi p{ text-align:right!important; }