You’ve got an error in your footer code injection. That’s causing jQuery not to load.
That part should be
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
You’ve got an error in your footer code injection. That’s causing jQuery not to load.
That part should be
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
still not working… Getting the below error
(index):405 Uncaught ReferenceError: jQuery is not defined
at (index):405:3
You need to put the jquery loading code (the line I just corrected above) before the dropdown menu code, because the dropdown menu code needs jquery to work.
Yesss! Cathy, it worked… Thanks a lot but how can I move Tech to the left side so that it starts exactly below Self?
You need to have this in your css: (inside style tags)
Change this part of the header:
ul.ghost-submenu li { list-style: none; white-space: nowrap;}
to this:
ul.ghost-submenu li { list-style: none; white-space: nowrap; margin-left: 0!important}
Thanks, it worked.
Also, how can I format the text of my post on the website to be aligned to Justify.
Thanks
Will Check this out.