Can't add and save custom css

It seems to be impossible for me to save costume css in Travelify theme.
I add the code and save - but nothing happens?

Hey there,

I hope you are well today and thank you for your question.

It’s not working because the CSS is incorrect.
What you should have is this:

.pt-cv-thumbnail img{
  width:280px;
  height: 158px;
}

Also what exactly are you trying to accomplish?

Best regards,
Support.

Thank you for getting back so soon.
Im new to all this, so thatś why it might be a bit diffucult :slight_smile:

It still doesnt seem to work. I would like that my images are all the same size / (see screendump)

Can you help me…?

Hey there,

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*thumbnail size*/
img.pt-cv-thumbnail {
  width:280px;
  height: 158px;
}

Best regards,
Support.