Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('jnews_element_below_header', function () {
- ?>
- <script>
- (function(){
- let css = `.jeg_topbar .jeg_nav_item .jeg_menu .menu-item a { display:flex !important; align-items: center; height:${document.querySelector('.jeg_top_menu').closest('.item_wrap').offsetHeight}px; }`,
- head = document.head || document.getElementsByTagName('head')[0],
- style = document.createElement('style');
- head.appendChild(style);
- style.type = 'text/css';
- style.appendChild(document.createTextNode(css));
- })();
- </script>
- <?php
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement