Archived topic
Help with desktop view of post meta
1 reply · Started by Heath on November 2, 2022
Hi i hope this is one of the last times I have to ask for help. I have included a screenshot of what it currently looks like on desktop with what I'd like.
I want the circled area gone and the twitter icon to be moved closer to the name if possible.
Hi Heath,
Can you first add my-entry-meta to the class list of the Grid Block holding all the entry meta?
Then, add this CSS:
.gb-grid-wrapper.my-entry-meta .gb-grid-column {
width: unset;
}
Lastly, add the paddings and margins to each Block through the Block settings to fix their spacing.