margins and image sizing.

  • Unknown's avatar

    Hi There,

    I have premium, and i have read the theme page repeatedly.
    I’m using the twenty sixteen theme for a comic strip and it’s shrinking my images to the point that the text is hard to read. Two challenges I’m facing as I look for ways to remedy this: don’t know how to minimize the useless white space on the sides of the blog and don’t know how to keep images from shrinking to a default size that is much too small.
    I have premium, and i have read the theme page repeatedly, as well as all the recommended beginner WP pages and have searched forums. I just haven’t found anything that explicitly states how to change these two things.
    Any help would be most appreciated.
    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Please add this to your theme’s custom css.

    `.blog.no-sidebar .entry-footer {
    display: none;
    }
    .blog.no-sidebar .entry-content {
    margin-left: 15% !important;
    margin-right: 15% !important;
    width: auto !important;
    }’

  • Unknown's avatar

    Please use below:

    .blog.no-sidebar .entry-footer {
        display: none;
    }
    .blog.no-sidebar .entry-content {
        margin-left: 15% !important;
        margin-right: 15% !important;
        width: auto !important;
    }
  • Unknown's avatar

    Thanks so much! I tried your first suggestion and it made the image large, but moved it over so much to the left that the left side was cut off, so I tried just the first section with no sidebar and it’s great!

    Is there a good reference for me to find these things on my own, or is it pretty normal to post and ask for specific css code based on what I need?

    Thanks again!

  • Unknown's avatar
  • Unknown's avatar

    most appreciated.
    :)

  • The topic ‘margins and image sizing.’ is closed to new replies.