I'm struggling to align a page content block and a block content particle to their respective top of the feature grid on my front page. I've tried using custom HTML and CSS instead of a block content particle. I could get them aligned using custom html and custom css, but I had to use a css margin setting of -175px, which obviously caused overlay issues when the display sized for phone.
I added some self align css as suggested in an earlier post, but maybe I have the classes or IDs wrong?
#blockcontent-6067-particle .entry-content {
align-self: flex-start;
}
]
This image is hidden for guests.
Please log in or register to see it.
Hopefully it's something simple I've missed.