_includes/section/home.html in word-games-theme-1.5.5 vs _includes/section/home.html in word-games-theme-1.5.6
- old
+ new
@@ -4,12 +4,13 @@
{%- assign CustomColor = site.data.theme.colors -%}
<div class="pageHeaderBg">
<div class="container">
<div class="pageHeading text-center" style="margin:22px 0px">
- <h1 class="heading pb-0 mb-3">
+ <h1 class="heading pb-0 mb-0">
{{dataToShow.h1}}</h1>
+ <br>
{%- if dataToShow.h2 != "" -%}
<h2>
{{dataToShow.h2}}</h2>
{%- endif -%}
</div>
@@ -41,10 +42,11 @@
<option selected value="sowpods">SOWPODS (Uk and Others)</option>
<option value="wwf">Enable (Words With Friends)</option>
</select>
</div>
- <div class="wrapper_dropDown d-flex justify-content-end mt-5" style="gap:15px">
+ <br>
+ <div class="wrapper_dropDown d-flex justify-content-end" style="gap:15px">
<div class="advancedFilter" style="position: relative;">
<input type="button" value="Advanced Filter" class="filterButton">
<div class="angle-arrow2"></div>
</div>
</div>
\ No newline at end of file