How to make full-width posts in Travelify?

Aigars, congratulations for your work, is really wonderful.

and the support you are offering also deserves praise.

Please, I want to know how to increase the width of the text block content on my site.

can see here!

http://hostingead.com.br/edufor/

Thank you very much again!

Add this to Theme Options – Other – Custom CSS

.no-sidebar-template #content {
	width: auto;
}

This will make content area full width but this won’t make your images bigger. You will have to change thumbnail size to make them fit and then regenerate thumbnails since it won’t be done automatically.

Hi Aigars!

This Code only works for blog posts?
I would like to make the static pages full width no sidebar. How do I add a tamplelate for that?

Greetings