- This topic has 10 replies, 3 voices, and was last updated 2 years, 12 months ago by
David.
-
AuthorPosts
-
March 20, 2023 at 1:47 am #2573747
Oliver
I´m using the option from the customizer to show the first post on the posts archive as featured. Is it possible to make the title of the featured post also bigger then the rest of the post titles from the archive?
March 20, 2023 at 1:57 am #2573751Fernando Customer Support
Hi Oliver,
It’s possible.
For reference, can you share the link to your Blog page?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
March 20, 2023 at 2:58 am #2573825Oliver
No problem
While you look at the site, do you know if there is something i can do to make the right sidebar element look the same on archives as it does on single posts? the reason that is happening is because of the show first post as featured option. if i turn it off, then the right sidebar is shown properly like inside single postsMarch 20, 2023 at 5:53 am #2574015David
StaffCustomer SupportHi there,
add this CSS to make the featured post title text larger:
.featured-column h2.entry-title { font-size: 36px; }For the sidebar, in Appearance > Widgets, edit the Query Loop, and select the Post Template container block In the Layout settings, expand the Flex Child options and set them to:
Grow: 1
Shrink: 0
Basis: 100%March 20, 2023 at 6:46 am #2574078Oliver
It works, thank you very much David. When I changed the values of Grow, Shrink and Basis, the thumbnail picture of the first post shown in the query loop is not being shown right, it is zoomed in and the aspect ratio is different than the other posts shown on the query loop. I changed the featured image but the new one looks the same.
maybe it is relevant to know that the query loop is not a widget but rather I have replaced the right sidebar for a right sidebar element
March 20, 2023 at 7:31 am #2574136David
StaffCustomer SupportOh thats odd.
Can you select that Image Block and set its Width and Height properties eg.150and100and set the Object Fit toCoverMarch 20, 2023 at 7:33 am #2574142Oliver
Now all posts featured images have the same problem
March 20, 2023 at 7:39 am #2574148David
StaffCustomer SupportAdjust the width and the height to suit.
eg. try: width: 100px height: 60pxMarch 20, 2023 at 9:28 am #2574425Oliver
When I do that all images look zoomed in / chopped, not only the first image
March 20, 2023 at 9:32 am #2574431Oliver
I changed between cover, thumbnail and medium back and forth and it is now somehow working! Thank you very much guys! have a nice day!
March 21, 2023 at 12:44 am #2575097David
StaffCustomer SupportGlad to hear that!
-
AuthorPosts
- You must be logged in to reply to this topic.