Cubic theme – grid display problems
-
Hello.
Until yesterday the theme was working without problems.
Today (when I wanted to make a new post) I saw that the grid on the main page shows the full image, and not adjusted to the square.Now, both above and below the image shows a black bar. The image should be set (centered) to square.
Any solution? Maybe some CSS code for a quick fix?
Kind regards, GPI
The blog I need help with is: (visible only to logged in users)
-
I initially fixed it by adding the following (CSS):
.entry-thumbnail img {
height: 100% !important;
object-fit: cover;
}Beyond that, I think something happened to the CSS, the related links sometimes overlap, sometimes it shows the text where it shouldn’t, sometimes it’s not aligned… everything is so weird.
-
-
Hi there, @gabrielpaladinoibanez! I think I see what you are saying here. As a next step, can you please follow through the following troubleshooting steps and let me know if that helps?
Please try the following:
- Try removing all CSS (be sure to save the CSS somewhere safe so you can add the CSS back after this test)
- Try temporarily changing your theme and then change your theme back to Cubic
Looking forward to hearing from you!
-
Hi. Sorry for the delay, I was not available for the past few days.
Deleting the CSS, applying another theme and re-applying the theme did not fix the problems.
Anyway, everything has been fixed with CSS code.
You can consider the issue solved.
Have a nice day! -
Okay, thanks for letting us know that you have things sorted out now. Write back if any more trouble comes up.
- The topic ‘Cubic theme – grid display problems’ is closed to new replies.