_includes/howto.html in word-games-theme-1.5.1 vs _includes/howto.html in word-games-theme-1.5.2
- old
+ new
@@ -3,28 +3,25 @@
<section class="how-to-section">
{%- if site.MonumetricID and page.url != '/'-%}
<div class="ads_layout">
- <h5 class="title">{{dataToShow.howto}}</h5>
+ <p class="title mb-0">{{dataToShow.howto}}</p>
</div>
{%- else -%}
<div class="feature">
- <h5 class="title">{{dataToShow.howto}}</h5>
+ <p class="title mb-0">{{dataToShow.howto}}</p>
</div>
{%- endif -%}
-
-
-
<div class="container">
<div class="row pt-5 justify-content-center">
{% if site.MonumetricID and page.url != '/' %}
<div class="col-md-4 order-0 ">
{%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
<div class="how-to-img-wrapper ">
- <img class="how-to-leftimg" height="180px" width="300px"
+ <img class="how-to-leftimg" height="300px" width="300px"
src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}">
</div>
{%- endif -%}
</div>
@@ -45,10 +42,10 @@
</div>
{%- else -%}
<div class="col-md-6 order-0 ">
{%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
<div class="how-to-img-wrapper ">
- <img class="how-to-leftimg" height="180px" width="300px"
+ <img class="how-to-leftimg" height="300px" width="300px"
src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}">
</div>
{%- endif -%}
</div>
\ No newline at end of file