How to justify all blocks all at once in the Wilson template?
-
I have spent hours to try to find a solution to copy and paste text from Microsoft word to create WordPress pages keeping the formatting, and especially keep the text justified.
The only way I have found is to justify block by block, which is not possible for me because I have to many long pages to create.
I am using the Wilson template, which I would like to keep because it works great for me, and I am shocked so far that doing something as simple as justifying an entire page all at once is not possible so far.WP.com: Yes
Jetpack: No
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
The AI help feature provided me a solution. I had to type the following CSS code in the CSS box and it worked:
/* Add this code to your theme’s style.css file or in the customizer’s Additional CSS section */
.page .entry-content {
text-align: justify;
}I tried several CSS codes before found online or provided by the AI, but they were not working. I had the idea to type the entire code above starting with “/* Add this code…” and I think it is what made the difference. I may be wrong. All this is not very simple, but at least it solved my problem for now.
- The topic ‘How to justify all blocks all at once in the Wilson template?’ is closed to new replies.