#1. First, you access Custom CSS box
#2. Enter the code below and click Save
/* title price same line */
section.grid-meta-wrapper {
flex-direction: column;
}
.grid-main-meta {
display: flex;
align-items: center;
justify-content: space-between;
}

#3. You will have a result like this
