Sidebar moved?
-
Hallo,
Today i wanted to change something on my widgets. unfortunately the sidebar moved to the bottom of my website. I have checked everything but i cant get the bar back up to the right of my website, where it was before.
Who knows how i place this bar back up?
The link to my website is: http://www.112-uitgeest.nl
Thanks already!
Moved to Support. Please post in the correct section next time.
I just visited your site and the sidebars were looking fine. Then I refreshed page and I got a whole new theme!
Sidebar is in the right place on your site. Clear your browser cache by pressing Ctrl+F5 and try again. See this screen shot,
Why did you add this bit of code to your child theme style sheet? It should go in the child theme’s functions.php file!
function custom_excerpt_length($length) {
return 40; // Change this to whatever you want.
}
add_filter('excerpt_length', 'custom_excerpt_length', 20 );
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
