Fixing The Hidden Blogger Gadget Problem
Today’s featured Blogger tutorial is more of like a fix to a problem that some of you might have already encountered, specifically those who use a Blogger’s Dynamic Views template. What problem are we talking about? Well, some users have reported that the navigation menu or gadget at the right side of the website either becomes stuck or is too hidden on the side.
Follow the steps below:
  • From your Blogger dashboard, click on Design, and then Template Designer.
  • Click on Advanced and then Add CSS.
  • Copy/paste the code below inside the CSS box and click on Apply to Blog.
#gadget-dock
{
right: 0;
}     
  • Now save your template and see the result.
  • And voila! The your gadget menu should now be visible.

0 comments:

Post a Comment

 
Top