Footer error
-
Topic
-
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.
This is searchable archive of our old support forums, which operated from 2012 - 2016. To find out how to get support for your current theme, please visit our support page.
Hi,
I recently got a error in the footer, all of the elements are now in the same row. I want it to be like before, where there were one element in one row/widget area. The elements are already in the right widget areas, as they were before.
Hope you can help me with fixing this problem.
Link: mindcology.dk
Regards,
Hello,
I believe this is because you’ve got invalid HTML markup in your first widget:
<a href="http://mindcology.dk/om-mig/>Læs mere</a>
You’ve forgotten the "
at the end of the URL. It should be this:
<a href="http://mindcology.dk/om-mig/">Læs mere</a>
Hi again,
Amazing!
Thanks a lot.
I can’t believe that my eyes have missed that 😉
Regards,