-
AuthorPosts
-
November 20th, 2019 at 03:08 #95458
Not sure if this is the same as the post “Custom CSS Processing Bug”
Kahuna child theme
I have custom CSS specified via the Customizer. It includes:.ProseMain { text-indent: 1.75em; } .ProseSeparation { text-align: center; margin-top: 2em; margin-bottom: 2em; }.ProseSeparation works fine – text is centered, with space above and below. .ProseMain doesn’t do anything. However,
<p style="text-indent: 3em;">#</p>
indents just fine.November 25th, 2019 at 21:56 #95669Zed
Cryout Creations mastermindThe .ProseMain class is not part of the theme’s styling.
If you are adding this on particular elements ensure that those elements actually have this class and/or make your styling more specific (reference additional parent container classes/IDs in the identifier).If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 6th, 2019 at 22:05 #96346This reply is private.December 8th, 2019 at 01:46 #96385Zed
Cryout Creations mastermindYou may need to make your styling more specific to apply. Try
p.ProseMain { }If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.December 8th, 2019 at 01:50 #96388Zed,
Thanks! That fixed it right away. I really appreciate the advice!
-
AuthorPosts
The topic ‘Text-indent in Custom CSS’ is closed to new replies.