Wider column
-
Hello!
I have a question about picture size: I would like to have bigger pictures for my blog. The main column width is 680 px and I got a tip from WordPress support saying I should be in contact to you guys if I wanted to have bigger pictures.
The girl from Support told me this: “You may be able to widen column if you edit CSS, but this can cause break mobile and tablet displays if you don’t add the correct media queries”, so I thought maybe you can help me out here?
Kindly,
Ella ElersThe blog I need help with is: (visible only to logged in users)
-
The Tonal theme sets a max-width on the main content area that you can override using custom CSS. One possible option is to remove the max-width completely like this:
.center-block { max-width: none; }However, that will make the content area too wide on very large screens, so I think just making the max-width larger will work better. To match the width of the header image, you can use a max-width of 1020px:
.center-block { max-width: 1020px; }When you make a change such as adjusting a content area width, you will also want to adjust the Media Width setting below the editor in the Appearance > Customize > CSS panel to match. In this case, you should add 1020 to that field and save changes.
If any of the images are still small after that, this means you will need to remove and re-add the image at full-width so it will expand correctly if it is large enough (i.e. images should be at least 1020px wide to work well after this content container size adjustment).
-
Thank you so much, now it works yay!
2015-02-19 16:32 GMT+02:00 WordPress.com Support Forums :Thanks for flying with WordPress.com
-
-
thank you! :)
I have one more question though: my blogposts are in reversed order so the oldest ones are at the top and the newest are at the bottom. How can I change this?
Thank you so much for your answer,
Ella -
Edit: now I realized why they showed up in reversed order, but now there appeared another problem: when I edited my blogposts, they all dissapeared! Even though I pressed update-button. Oh my I am a real troublemaker.. Any advices?
-
I checked here and I see that several posts are drafts:
https://ellaelers.wordpress.com/wp-admin/edit.php?post_type=postAre those the ones that are missing? They must be changed from draft to published before they will show up on the live site. When you are editing a post, you should see the draft status as an option in the “Publish” module near the top right—that’s the setting you will want to change to published when you are ready for the post to show up on the site. Clicking the blue “Publish” button should also do the trick.
- The topic ‘Wider column’ is closed to new replies.