Hi yet again.
I’ve done some more research…and I think there might be another way to do this. Is it possible to use the following jQuery code anywhere?
<script>
$( ".menu-item-4" ).after( "<br/><br/>" );
</script>
Did I type it correctly? I tried adding that to the header.php file, but it’s not working.
And should I edit anything else in the header file? I saw some websites mention this new line of code; maybe I need to add it too?
<?php wp_enqueue_script('jquery'); ?>
Thanks again. ??