_includes/section/commonPage.html in word-games-theme-1.0.1 vs _includes/section/commonPage.html in word-games-theme-1.0.2

- old
+ new

@@ -7,24 +7,27 @@ <!-- header starts --> <!-- <header class="container" id="resultHeader"> --> <!-- navigation startss --> <nav class="result_navbar_section navbar-expand-lg navbar-dark" style="background-color: #fff;"> - <a href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:6px"> + <a href="/" title="{{dataToShow.tooltip}}" style="position: absolute; top:5px"> <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;"> </a> <div class="container" id="containerWd"> <section class="result_sticky_nav"> <div class="pageHeading text-center"> <h1 class="result_heading m-0 pb-0"> {{dataToShow.h1}}</h1> </div> <div class="serachSection2"> - <div class="position-relative serachBox"> + <div class="position-relative serachBox mt-4"> <form action="" id='form'> <input style="border-radius: {{CustomColor.inputFieldBorder}}" type="text" placeholder="Enter up to 15 letters?" class="txtBox resultPageTxtBox" value='' name="search" maxlength="15" value required autocomplete="off"> + <div class="letter-close-button-commonPage"> + <i class="ltr-cls-btn-commonPage bi bi-x-circle-fill"></i> + </div> <input style="border-radius: {{CustomColor.inputFieldBorder}}; background-color: {{CustomColor.inputButtonBg}};" type="submit" class="serachBtn resultPageSearchBtn" id="serach" value> <div class="dictonaryDropdown"> <select class="form-select select_dropDown2 resultPageDropdown2" name="dictionary" \ No newline at end of file