Home Forums WoodMart support forum Justify Reply To: Justify

#335740

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