html - Paragraph Styling wont take in Custom CSS Manager but work in Developer -


i hoping shed light on why i'm unable style of paragraphs within site.

http://www.richclarkimages.co.uk/rich-clark

i'd force paragraphs , h3 titles fit 700px width, justify , centralise.

in developer applied following , see result i'm after:

#content p, #content-sm p { width: 700px; text-align: justify; margin-left: auto; margin-right: auto;      } 

in custom css manager apply same css there no change page? wondered whether css editor had become unresponsive tested other changes successfully.

what doing wrong?

cheers

rich

have tried adding !important #content p, #content-sm p styles in custom manager css? (i.e., width: 700px !important; ) new styles may not rank high enough override developer styles.

here older link article can read more: https://www.smashingmagazine.com/2010/11/the-important-css-declaration-how-and-when-to-use-it/


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -