Permanently disabling paragraph indent and two-columns formatting
The topic ‘Permanently disabling paragraph indent and two-columns formatting’ is closed to new replies.
Need help? Check out our Support site, then
Hi, is there a way to permanently disable the paragraph indent and the two-columns formatting? I understand that they are two main features of this theme but I am having a lot of troubles. Thank you!
The blog I need help with is: ildessa.wordpress.com
Hey ildessa 👋Happy to help!
To remove the text indent, please paste this snippet into your ‘Adidtional CSS’ tab…
p { padding-bottom: 10px; }
p+p { text-indent: 0; }
As for disabling the two-column layout, there’s no global options but on your Edit Post page you can use the ‘Disable two column formatting on this post’ setting.
I hope this helps!
The topic ‘Permanently disabling paragraph indent and two-columns formatting’ is closed to new replies.