How to change title of the post from justify to left-aligned

Home Support Blog Way How to change title of the post from justify to left-aligned

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #7081
    Anonymous
    Inactive

    How to change title of the post from justify to left-aligned. In my site http://www.lovemylifestyle.pl/2018/05/zabiegi-pielegnacyjne-ktorym-warto-poddac-sie-na-wiosne/ I want to set title “ZABIEGI PIEL?GNACYJNE, KTÓRYM WARTO PODDA? SI? NA WIOSN?” to left aligned. I cant find that in css.

    #7082
    ProDesigns
    Keymaster

    Hi @ded,

    Please go to Appearance >> Customize >> Additional CSS and add the following CSS to left align the title of a post.

    .single h1.entry-title {
        text-align: left;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.