Home › Forums › WoodMart support forum › Justify › Reply To: Justify
November 30, 2021 at 11:39 am
#335740
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.page-id-12606 p{
text-align: justify;
}
This code justifies the content on this page only if you want all paragraphs to justified add this code instead:
body p{
text-align: justify;
}
The theme does not influence the site map. A site map is the structure of the site and the theme is apparent. Please refer to the plugin documentation or contact the plugin support.
Best Regards