Image size
-
Hi – I’d like to make my images take up the whole screen. Any advice?
here’s my CSS text now.
Thanks in advance.
.entry-title {
max-width: 680px;
margin: auto;
text-align: left;
font-size: 1.6em;
LINE-HEIGHT: .1px;
}h2.site-description {
text-transform: lowercase;
}header.entry-header.fullwidth-block {
padding-bottom: 58px;
}The blog I need help with is: (visible only to logged in users)
-
Hi there, the content area on Hemingway Rewritten has a maximum width of 1040px, but the images are limited to 676px wide to maintain room for a sidebar with widgets. If you are not going to use sidebar widgets, go to Appearance > Customize > CSS and in the Media Width field below the CSS entry area, enter 1040 and save. Your images will not display at up to 1040px in width, depending on browser/screen width, and also the size of the uploaded image. Your images should be at least 1040px in width. If they are narrower, WordPress will display them at the width of that image.
- The topic ‘Image size’ is closed to new replies.