Skip to main content

Activity

commented on How can I change the size of my header image?
We tried the above suggestion on the new Aware template. We cloned it to create a custom them but the layout.html has the following syntax:
 {% if site.has_header_image? %}
        <div class="width-container">
         <img src="%7B%7B%20site.header_image_url_1026%20%7D%7D" class="header-image" border="0">
</div>
        {% endif %}

        {% if page.features_count > 0 %}
          <div class="width-container">
           {% include "features" %}
          </div>
        {% endif %}


We added width=“500” but that has no impact to the custom theme. Any ideas ?
posted 2014-03-16 10:17:59 -0700