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

    Just looking to make the space outside the content on an ipad smaller to allow more room for the content. I know a few ways to do this but am wondering which would be the best way to go about setting it. Thanks!

    See:
    http://www.screencast.com/t/MFcvyplkAPa

    #266631

    Hey pageladder!

    Thank you for visiting the support forum!

    You can increase the container width with this:

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .container {
    width: 750px;
    }
    }

    Best regards,
    Ismael

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