Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #847404

    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

    #847426

    Resolved, Code:

    .responsive .container {
    max-width :100%!important;
    }

    #847608

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.