• Good day!

    First of all let me thank Alexander for creating such a flexible, kick-ass theme!

    I’ve been tweaking it for days but I just couldn’t get the Image Post Format to have a reduced and centered width than the other post formats, as can be seen in the demo site:

    http://demo.alxmedia.se/hueman/2013/07/image-format-post/ (This one has one sidebar but a narrower page width compared with other parts of the site)

    Hope you can point me in the right direction as to how and where in the CSS file I should edit to make this possible. Also I’ve noticed that the colors of the header are also different for this post format. Can that be edited as well?

    Thanks!
    JM

Viewing 1 replies (of 1 total)
  • Hi! Thanks 🙂

    You would go to Theme Options > Styling and adjust the colors as you wish there. To modify the site width to fit for one sidebar, set Website Max-width to 1120px instead.

    The theme isn’t really designed to change width between specific posts – those pages are just there to demo different looks. I’ve just added the CSS directly into the post there.

    <style>
    .container-inner { max-width: 1120px; }
    </style>

Viewing 1 replies (of 1 total)

The topic ‘Change page width for Image post format’ is closed to new replies.