Site logo

Archived topic

Custom blog category pages - template?

38 replies · Started by Jessica on September 6, 2022

Viewing posts 31–39 of 39

Thanks, Jessica for the authentication, it works.

But the WP login doesn't seem to work, can you check?

Oops yes deleted that one, adding new admin creds below. Thanks!

Try adding this in Appearance > Customize > Additional CSS:

.archive .dynamic-content-template > .gb-container{
    height:100%;
}

Try changing the code above to this:

body:is(.archive,.blog) .dynamic-content-template > .gb-container{
    height:100%;
}

That worked, AMAZINGGGG! Thank you Fernando and Ying! GP support continues to be the best support I've found from a product. Thanks team!!

You're welcome Jessica! Have a nice day! :)

Hey Fernando/support team, I'm trying to get my blog card containers to even out on my ambassadors page where I'm using a Query Loop. I've tried all my normal things - adding my CSS, building it the same way as my other page where it's working fine, etc. Is there a way I can add this page/query loop to the code you shared earlier for my blog/archive pages for this query loop-built interior page?

I'll add the page where it's not working and the one where it is in the box below.

Thank you for any insight!!

Hi Jessica,

The code may vary for every structure. For this instance, it does.

Try removing even-containers from the Class list of your Container Block in this specific Query Loop, and add this custom CSS:

.ambassadors.gb-query-loop-item > .gb-container, .ambassadors.gb-query-loop-item > .gb-container > .gb-inside-container{
    height: 100%;
}

.ambassadors.gb-query-loop-item > .gb-container > .gb-inside-container > .gb-container {
    height: 100%;
}
This archived topic is closed to new replies.