html - Blank space going off-screen -


i trying fix following issue on website: http://santanna.beutifi-website.com/

notice there blank space right if page has wider width or margin, although after checking these features, not figure out problem is. not happen on mobile devices though.

i played developer tools quite while , no luck, wondering if of might able see whats wrong...

cheers!

i started writing @matthew said since you're using wordpress it's better overwrite style. try this:

.copyright{   margin-left: 0 !important; }  .copyright p{   text-align:center !important; } 

add custom styles of theme if possible. luck!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -