Forums

[resolved] White space between Title and Post content... (3 posts)

  1. nellygrl
    Member
    Posted 5 months ago #

    Hi!

    I am having an issue with a clear space coming in between the title and actual post of my blog. I'm not sure if it's because they each use background images or not, but I'm almost positive it isn't padding or margins.

    You can see the problem here: onedirectionconnection.com

    The CSS coding is as follows:

    [CSS moderated as per the Forum Rules. Please just post a link to your site.]

    Then the post coding goes as follows:

    [Please post code snippets between backticks or use the code button.]

    So, either I'm missing something, or the space seems to be coming out of nowhere! If anyone has any suggestions, please let me know! Any help would be appreciated!

    Thank you,

    ~Noelle

  2. ChristiNi
    Member
    Posted 5 months ago #

    Hi Noelle,

    The two divs are competing with each other for space on that line. Try adjusting the CSS by adding a width to #right in your style sheet as follows:

    #right {
        float: right;
        width: 80%;
    }

    Hope this helps!

  3. nellygrl
    Member
    Posted 5 months ago #

    Yes it did! Thank you so much!

    ~Noelle

Reply

You must log in to post.

About this Topic