-
kiant123
Hi,
I seem to have run into a problem with a query block grid item on my homepage on desktop. For some reason the last post container seems to have blown up and gone full size when I view it on my site. It looks ok in the editor. Not sure what’s going on here.
-
Hi there,
my mistake from your other topic, this CSS:
.has-no-underline > .gb-grid-column:last-child { min-width: max-content; }
Change it to this:
@media(max-width: 768px) { .image-max-content > .gb-grid-column:last-child { min-width: max-content; } }
-
kiant123
ok, thank you that fixed it. I was going to mention it in the other thread, but wasn’t 100% sure if it was related to that code. Thank you anyway, it looks good now!
-
You’re welcome
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.