How can I align my product title and price in a Sense theme?

@PRETTYFRIDAYS , Go to Component-card.css and add the following :

.card--standard>.card__content .card__information {
    padding-left: 0;
    padding-right: 0;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.card-information {
    width: auto !important;
}