Hello,
Wrap the custom copyright part in a div, complete code:Then just that, nothing else:Or if you want to use CSS nesting:
Wrap the custom copyright part in a div, complete code:
Code:
<div class="ana4life-copyright"><div class="socialinks"><ul><li><a type="application/rss+xml" href="/feed?sid=04c5960a339db2024bd4e9497169ab52"><i class="icon fp-feed" title="Feed - ana4life"></i></a></li><li><a href="https://www.instagram.com/ana4life_nl/" title="Instagram"><i class="icon fp-instagram"></i></a></li><li><a href="https://twitter.com/ana4life_nl" title="X"><i class="icon fp-twitter"></i></a></li></ul></div><div class="openingsuren"><b>Openingsuren:</b><table><tr><th>Maandag</th><td>6:00uur - 01:00uur</td></tr><tr><th>Dinsdag</th><td>6:00uur - 01:00uur</td></tr><tr><th>Woensdag</th><td>6:00uur - 01:00uur</td></tr><tr><th>Donderdag</th><td>6:00uur - 01:00uur</td></tr><tr><th>Vrijdag</th><td>6:00uur - 01:00uur</td></tr><tr><th>Zaterdag</th><td>6:00uur - 01:00uur</td></tr><tr><th>Zondag</th><td>6:00uur - 01:00uur</td></tr></table></div><div class="custom-copy">© 2017 - 2024 <a href="https://www.ana4life.nl">ana4life.nl</a> by Shadow All rights reserved <br><br>Any use, reproduction or representation, by any process whatsoever,<br> and on any medium whatsoever, of all or part of the site and / or the elements, <br> that compose it is prohibited without the consent of the website owner.<br><br>Met dank aan: <br><p class="footer-row"><span class="footer-copyright">{{ CREDIT_LINE }}</span></p><p class="footer-row"><span class="footer-copyright">prosilver French edition {{ lang('POST_BY_AUTHOR') }} <a href="https://www.phpbb-fr.com/">phpBB-fr.com</a></span></p>{% if TRANSLATION_INFO %}<p class="footer-row"><span class="footer-copyright">{{ TRANSLATION_INFO }}</span></p>{% endif %}{% EVENT overall_footer_copyright_append %}<p class="footer-row" role="menu"><a class="footer-link" href="{{ U_PRIVACY }}" title="{{ lang('PRIVACY_LINK') }}" role="menuitem"><span class="footer-link-text">{{ lang('PRIVACY_LINK') }}</span></a>|<a class="footer-link" href="{{ U_TERMS_USE }}" title="{{ lang('TERMS_LINK') }}" role="menuitem"><span class="footer-link-text">{{ lang('TERMS_LINK') }}</span></a></p>{% if DEBUG_OUTPUT %}<p class="footer-row"><span class="footer-info">{{ DEBUG_OUTPUT }}</span></p>{% endif %}{% if U_ACP %}<p class="footer-row"><a class="footer-link text-strong" href="{{ U_ACP }}">{{ lang('ACP') }}</a></p>{% endif %}</div></div>
Code:
.ana4life-copyright {font-size: 10px;line-height: 1.8;margin: 0 auto;max-width: 960px;display: flex;flex-direction: column;}@media (min-width: 701px) {.ana4life-copyright {flex-direction: row-reverse;justify-content: space-between;}}
Code:
.ana4life-copyright {font-size: 10px;line-height: 1.8;margin: 0 auto;max-width: 960px;display: flex;flex-direction: column;@media (min-width: 701px) {flex-direction: row-reverse;justify-content: space-between;}}
Statistics: Posted by cabot — Sat Aug 17, 2024 9:54 am