Text not aligning at the center vertically

Hi! Is there a css fix for this part? There’s no option for it to align center vertically. Would really appreciate your help. Thank you!

Password: FurPawl

Hi! Try adding this CSS via Online Store > Themes > Edit Code, in your theme’s CSS file:

.announcement-bar, .feature-bar {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

Try it Hope it will help .

Hi @motormike028

I checked it, and it seems to be working properly now.

Best regards,
Devcoder :laptop:

just add this code to your main css file which will be theme.css or global.css

multicolumn .multicolumn-card__info {
padding-bottom: 20px;
}