_includes/xyzpages/xyzFooter.html in word-games-theme-1.5.4 vs _includes/xyzpages/xyzFooter.html in word-games-theme-1.5.5

- old
+ new

@@ -27,25 +27,23 @@ } </style> <div class="main_row row py-5 mx-0 mt-5"> <div class="col-md-11 mx-auto"> {%- if dataToShow.megaMenu -%} - <ul> - <div class="inner-dropdown"> - {%- for item in dataToShow.megaMenu.dropdown -%} - <div class="catPad mb-4"> - <li class="text-muted">{{item.categoryName}}</li> - <div> {%- for item in item.links -%} - <li> - <a class="anchor_links" href="{{item.url}}"> - {{item.name}}</a> - </li> - {%- endfor -%} - </div> + <div class="inner-dropdown"> + {%- for item in dataToShow.megaMenu.dropdown -%} + <div class="catPad mb-4"> + <p class="text-muted">{{item.categoryName}}</p> + <div> {%- for item in item.links -%} + <p> + <a class="anchor_links" href="{{item.url}}"> + {{item.name}}</a> + </p> + {%- endfor -%} </div> - {%- endfor -%} </div> - </ul> + {%- endfor -%} + </div> {%- endif -%} </div> </div> <div class="row m-0 py-3" style="background-color: #000;"> \ No newline at end of file