I am trying to make the text boxes in pages 100% width and responsive in the Photography Portrait theme for Enfold
I have tried adding code into the Quick CSS box that would put width:100%; for .template-page but that doesn’t work. If i make it 110% for example it gets bigger but 100% should be the full width of the page. Something is limiting it. Can someone please help me?
Example link: http://www.bombers.com.cn/about
Resolved, Code:
.responsive .container {
max-width :100%!important;
}