Tagged: Blog
Hello. We had the issues mentioned in the sticky post regarding missing images/sliders. After updating the theme, it resolved the issue but broke our blogs. The blog articles are now larger than full width, have stretched images and do not scroll to the right on some – which means you have to zoom out in order to view the actual blog in browser. Please advise
We were able to fix it with some custom css. If anyone else is having the issue, it looks like the blog container is stretched to 3000px for whatever reason. See below as fix:
body.single-post .container_wrap.container_wrap_first.main_color.fullsize {
width: 100%;
}
Hey!
Glad you found a solution! Also thanks for sharing the fix on the forum for others to see, really appreciate it :)
Cheers!
Jordan