Blog posts are squished in page block 2 widget
- The topic ‘Blog posts are squished in page block 2 widget’ is closed to new replies.
Need help? Check out our Support site, then
The posts are all aligned to the right, they’re squished, and the featured images are really small. Is there a setting that I have wrong?
The blog I need help with is: (visible only to logged in users)
Hi,
thank you for using our theme.
This part is contained of the left sidebar and content on the right. If you don’t want to have a left sidebar you can add this to the Custom CSS:
.home .one-third.secondblock {
display: none;
}
.home .two-third.lastcolumn {
width: 100%;
clear: none;
float: none;
}
or you need to add this widget inside the Customizer → Widgets → Front Page First Block instead of Customizer → Widgets → Front Page Second Block
You can find more about it here: https://wordpress.com/theme/didi/setup – Front Page First Block
Hope this helps.
All the best,
Ana
Thank you! That worked!
You are very welcome, glad I could help with.
All the best,
Ana