Problem with Blogger Sidebat

Zarif Khan

Newbie
Joined
Jun 17, 2016
Messages
3
Reaction score
0
I have added a few ad boxes and a recent comment box on the sidebar when the recent post area has enough contents so all things on sidebar shows but when there is little content in the recent posts area the rest boxes (ads, and all gadgets) disappears and move down to the footer area. How can I fix this?

Everything works on homepage but when loading something like below URL it gets worst and I am using custom template!
My blog URL http://bit.ly/1UBbcfH

Blogger%2BSidebar.PNG
 
Last edited:
I think you should verify your <DIV> and </DIV> in HTML coding. If these combinations are perfect then go for changing the template structure of your blog. Or CSS error, that cause the problem in your theme.
 
Give these css coding line in the following
archive.html: 582 line
Give z-index:99;
 
I think you should verify your <DIV> and </DIV> in HTML coding. If these combinations are perfect then go for changing the template structure of your blog. Or CSS error, that cause the problem in your theme.
I have checked that but don't have any idea if that is causing the problem! I just want to make my sidebar gadgets not go down to the footer but can't find a way to do this.
 
Give these css coding line in the following
archive.html: 582 line
Give z-index:99;
It does not happen only for archives but for all pages that have less content than the contents on the sidebar. If the main post area has enough text or posts, the sidebar fits with the content height.
 
I have checked that but don't have any idea if that is causing the problem! I just want to make my sidebar gadgets not go down to the footer but can't find a way to do this.

Try to change position turn to absolute in the HTML coding. Even this may fix your problem. ;)
 
You need change position in the HTML coding. It will solved
 
Back
Top