increase block size home page
- The topic ‘increase block size home page’ is closed to new replies.
Need help? Check out our Support site, then
Hello! I would like to increase the block size on the home page. I know it’s at 219px right now, I’d like to try it at 300px X 300px.
I guess it would be able to fix it with CSS (i paid extra money to customize it) bit I don’t know what code to enter. Could you help me with that please?
Many thanks!
The blog I need help with is: (visible only to logged in users)
Really sorry, but we don’t provide support for theme customizations.
Any idea where can I find the answer then?
As Jason mentioned, we don’t provide theme customizations though we do provide quick snippets when possible. In this case, your request may be a bit more involved as it’s looking to modify the site layout width, which many elements are designed around it’s current fixed width. That said, you can try using the CSS snippets below which should get you close; requires custom design upgrade.
.home .site-main { width: 1002px; }
.home .block-item { width: 300px; min-height: 300px; }
.home .blocks .block-item { max-height: 300px; }
One critical issue is posed here; the thumbnails do not fill the block item. This is because the theme is set to show thumbnails for the 219px block size.
WordPress.com does have a customization forum that may be helpful, too.