How make site larger?

I would like to make the website larger, I guess I have to change some parameter about the width but I do not know which one and how.

Hi @maurigno90,

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

You can try to increase the width of website to make it larger by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

body .wrapper {
  max-width: 1120px;
}
body .container {
  max-width: 1065px;
}

Change the width value in the above code to whatever you want to.

Best Regards,
Movin