Sha256: 4925175e05ae9cd330feacd854011cf0a2b8a5db136cf0392d00497278d37fea

Contents?: true

Size: 1.7 KB

Versions: 40

Compression:

Stored size: 1.7 KB

Contents

<style>
    .inner-dropdown {
        display: flex;
        justify-content: space-evenly;
    }

    .inner-dropdown li {
        list-style: none;
        padding: 5px 0;
        text-align: left;
    }

    .anchor_links {
        text-decoration: none;
        color: white;
    }

    .anchor_links:hover {
        text-decoration: underline !important;
        color: white;
    }

    @media(max-width:768px) {
        .inner-dropdown {
            flex-direction: column;
        }
    }
</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>
                {%- endfor -%}
            </div>
        </ul>
        {%- endif -%}
    </div>
</div>

<div class="row m-0 py-3" style="background-color: #000;">
    <div class="col-12">
        <div class="text-center px-md-5 px-0 footer__flexbox">
            <p class="m-0 text-white">{{site.copyright_text}}</p>
            <p class="m-0"><a class="footer__link" href="/privacy-policy">Privacy Policy</a>
                <a class="footer__link" href="/terms-and-conditions">| Terms of Use</a>
            </p>
        </div>
    </div>
</div>
</div>

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
word-games-theme-1.5.4 _includes/xyzpages/xyzFooter.html
word-games-theme-1.5.3 _includes/xyzpages/xyzFooter.html
word-games-theme-1.5.2 _includes/xyzpages/xyzFooter.html
word-games-theme-1.5.1 _includes/xyzpages/xyzFooter.html
word-games-theme-1.5.0 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.9 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.8 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.7 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.6 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.5 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.4 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.3 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.2 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.1 _includes/xyzpages/xyzFooter.html
word-games-theme-1.4.0 _includes/xyzpages/xyzFooter.html
word-games-theme-1.3.9 _includes/xyzpages/xyzFooter.html
word-games-theme-1.3.8 _includes/xyzpages/xyzFooter.html
word-games-theme-1.3.7 _includes/xyzpages/xyzFooter.html
word-games-theme-1.3.6 _includes/xyzpages/xyzFooter.html
word-games-theme-1.3.5 _includes/xyzpages/xyzFooter.html