Photo is cut in slider and also in the actual post

HI, can you check why the photo is cut on my slider?
www. momyourownbusiness.com

Also in the home page, the photos are also cut .

Hello there,

I hope you are doing well today.

You can edit the image sizes via Appearance > Editor > Functions.php and look for this code:


add_image_size( 'activello-featured', 1170, 550, true );
		  add_image_size( 'activello-slider', 1920, 550, true );
		  add_image_size( 'activello-thumbnail', 330, 220, true );
		  add_image_size( 'activello-medium', 640, 480, true );
		  add_image_size( 'activello-big', 710, 335, true );

You can then change the height and width values there to suit your needs.

Best Regards,
Support

Hi i posted that in the simple custom css and it made an error (red)
can you check again please?

Hello there,

That code is not CSS, you need to go to the functions file located in Appearance > Editor > Functions.php and look for the code that was in the last post and change it.

In this case, you can contact a developer to make the changes, one of which you can find here:
https://colorlib.com/out/envatostudio

Best Regards,
Support

Hi, there is no Appearance> Editor anymore…

please see screenshot of the site in mobile format, really looks bad :frowning:
please help!

Hi there

This is appearance > editor screen in WordPress:
https://codex.wordpress.org/Appearance_Editor_Screen

momyourownbusiness - please note this question requires some level of php, all changes must be done in child theme and if you don’t have experience with this you have to find someone else