Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #82123

    I am very new to WordPress and still learning. I had a blogger account and recently moved everything over to WordPress. There is white space in between the title and the actual contents of my post. I would like to eliminate this.
    I also noticed the same issue when I copy and paste into a new post. The only time there isn’t white space is if I type in the blog. Could someone please help? I have spent a few hours going through the forums and trying different things in Simple Custom CSS

    You can see an example at http://www.sailinghound.com/the-crew where there is a large gap in between the title “The Crew” and the picture.

    Thanks,

    Nathan

    #82140
    Sakin
    Keymaster

    @sailgoldshell: It is showing space because you have Google Ads code there and it is not showing advertisement. So, check your Ads.

    #82146

    I had the Adsense Explosion plugin installed and as soon as I deactivated it the gaps went away. I guess I am unsure how the plugin works because there wasn’t anything before the image in the post.

    I will have to figure out the adsense thing later on. Thank you.

    #82169
    Sakin
    Keymaster

    @sailgoldshell: Yes, you found your issue.

    #90136
    gettheinsideright
    Participant

    Hi, I’ve been searching through the forum for hours now, and I cannot seem to find the answer to my issue. There is a white space between my menu and the image on my static front page. I’ve tried all the codes I came across and the last one removed my image completely.

    my site is http://www.gettheinsiderightblog.com.

    Many, many thanks!

    #90143
    Sakin
    Keymaster

    @gettheinsideright: Just add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .home .entry-title { display: none; }
    .home #main { padding-top: 0; }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘White Space in between post title and post’ is closed to new replies.