how to correct the slider
Hi
I'm working on my vantage site using a child theme. I'm currently using nivoslider and if you check out my website
http://werkmetkinderen.com
You'll clearly see the slider is showing on the top left of the website. It should be showing just below the search bar in the same size.
I've pasted this code:
<?php if (function_exists('nivoslider4wp_show')) { nivoslider4wp_show(); } ?> in the functions.php off my child theme.
Does anyone have an idea on how to correct the slider? How could I do this?
Thanks in advance!