How to increase the Width of Travelife post/page?

Hello, I am using Travelify and I want to increase the post/page area’s width. help me.

Hi @hassibgul,

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

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 -> Travelify Other Options


.container{
	    max-width: 1078px;
}
div.wrapper {
    max-width: 1118px;
}

Best Regards,
Movin

Thanks Its working now.

You are most welcome here :slight_smile: