How to Change the Lay Out (I want a smaller one like Travelify)

Hi,
Travelify has an option to change the lay out, but this one (Dazzling) doesn’t have one. I don’t want a ‘full width’ lay out.
I am a beginner, so please tell me the easy way to change the width, and how to add another background behind it (like Travelify).

I think that you will have to stick with Travelify theme as Dazzling doesn’t support boxed layout.

If you want to try to modify it you can try it like this:

  1. Open header.php that you can find in Dazzling theme folder.
  2. Replace this line of code:

<div id="page" class="hfeed site">

  1. With this line

<div id="page" class="hfeed site container">

Some tweaks might be required as this is just a general idea how it can be done.

Let me know if this helps.