How can I vertically align custom content on my website homepage?

Hello!

I am trying to fix the vertical alignment of the left portion of this custom content section on the website home page. I have a reference photo of the desired effect below.

Would really appreciate any help!!

Website Link: https://emildific.com/

Password to enter is emildific.

@stellaa you can add CSS inside the assets/theme.css

/*custom__item custom__item--html custom__item--25b866bd-e009-40e2-8c30-7d6d0ac65535 small--one-half medium-up--one-half

*/

.custom__item--25b866bd-e009-40e2-8c30-7d6d0ac65535 {    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

output :

it works! you’re a star! thank you

1 Like

Hi, I’ve got the same problem. How to find out the right item ID?

Where does this come from?-> 25b866bd-e009-40e2-8c30-7d6d0ac65535

@Alfons_Turtle

Please see the screenshot how to find id.

Hi jotvark,

thank you for answering! I still found it on emildific, but I mean how to find in my own store, so that I can use it on my own :).

I didn’t find something like this in the quellcode.