Site logo

Archived topic

Copied Loop-Template from Newsroom, but without success

9 replies · Started by Stefanie on February 11, 2023

Viewing posts 1–10 of 10

Hi there,

can you edit the query loop block, inside it is the Post Template block, select that, and check it settings for a % width, make sure it is set to 50% ( for 2 columns ).

Hi Stefanie,

Can you try deleting that Query Loop, and copying and pasting again the one in Newsroom?

Then, add this through Appearance > Customize > Additional CSS:


.archive .site-main {
	padding: 30px;
	background-color: var(--base-2);
}
@media (min-width: 769px) {
	.archive .site-main .ratio-third {
		display: grid;
  	grid-template-columns: repeat(3, 1fr);
	}
	.archive .site-main .ratio-third > .gb-query-loop-item:first-child {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}
}

Let us know how it goes.

works like a charm 🙂
I replaced .archive with .blog cause I'm using it for my blog-page.

Thanks very much!!!

You're welcome, Stefanie! :)

Hi there,

select each of the colors in the Gradient and reduce its opacity, they're currently at 100% so its hiding the image behind it

that's it! 🙂

I mark this topic as resolved

Thank you very much!!

Glad to be of help

This archived topic is closed to new replies.