Home Forums Support Ipad layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #122148
    Jacqui Farmer

    Hi

    Love the theme – I’m a beginner so it’s fabulous.

    But where do I drop the code below to make my site fit the iPad? Do I add it to style.css?


    @media
    (max-width: 768px) {
    .sidebar,
    .content-area {
    float: none;
    width: 100%;
    left: 0;
    right: 0;
    }
    }

    Thanks for your help!
    Jacqui

    #122155
    Tom
    Lead Developer
    Lead Developer

    Glad you’re liking it!

    This bug has been fixed – just waiting for WordPress.org to release the update.

    You can add this code using these instructions: http://generatepress.com/knowledgebase/adding-css/

    @media (max-width: 768px) {
          .sidebar,
          .content-area {
                float: none;
                width: 100%;
                left: 0;
                right: 0;
          }
    }

    Or you can install 1.3.05: https://wordpress.org/themes/download/generatepress.1.3.05.zip

    #122158
    Jacqui Farmer

    Done it! Thank you! off to write a fab review……

    #122159
    Tom
    Lead Developer
    Lead Developer

    No problem! Thanks 🙂

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