Very useful when coupled with OceanWP and Code Block Pro – Beautiful Syntax Highlighting
1 2 3 4 5 6 | .newwidth { width : 600px ; max-width : 100% ; /* This prevents it from exceeding the screen width */ margin : 0 auto ; /* This centers the block horizontally */ text-align : center ; /* This centers the content within the block */ } |