• I recently added Google ads to the sidebar and they won’t display properly no matter what I tried. They are being forced to the bottom of the page. If I go to another page on the blog that has no posts it is fine and shows up on the sidebar where it should. Works fine on my Blogger site too. So what up? Please only respond if you know or have a very good idea.

    View the blog here http://marvelousstudio.com/blog

    my email: s@marvelousstudio.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The Google Custom Search engine widget is causing the issue with some CSS.

    If you can access the stylesheet for it which is called branding.css, you need to remove the bolded code below…

    .cse-branding-bottom:after,
    .cse-branding-right:after {
    content: “.”; <— That line
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
    }

    Or change display: block; to display: none;

    Thread Starter marvelousstudio

    (@marvelousstudio)

    Thank you sooooooooooooo much for responding and your help! I will try this out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘need help with sidebar and ads displaying’ is closed to new replies.