Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #248950

    Here is what my current page looks like: http://www.tester.newbraunfelsdj.com/services

    And here is what my client wants

    How do I decrease the padding on the side of the site to accomplish his wish?

    • This topic was modified 10 years, 2 months ago by noelb55.
    #249064

    Hey noelb55!

    Thank you for using the support forum!

    The width of the color section will depend on the browser width so instead of using the color section, you should probably add the an image element on top of the content. You can increase the width of the container but unfortunately, this is beyond the scope of support and is not a theme related issue. Please do visit Werkpress for further customization. You can start by changing the container width on Quick CSS or custom.css:

    @media only screen and (min-width: 1140px) {
    .responsive .container {
    width: 1400px;
    }
    }

    After that you’ll need to edit the grid units width on css > grid.css.

    Regards,
    Ismael

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