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 .
just add this code to your main css file which will be theme.css or global.css
multicolumn .multicolumn-card__info {
padding-bottom: 20px;
}