wordpres website convert all page to full width blue color theme

To accomplish you will need to do the following changes in your css file:

.main-container {width:100%;max-width:100%}
#page, .container {width:100%}


Leave a Reply