margins and image sizing.
-
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)
-
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;
}’ -
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; } -
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!
-
You can check out these 2 links:
https://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/ -
- The topic ‘margins and image sizing.’ is closed to new replies.