• Resolved nellygrl

    (@nellygrl)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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!

    Thread Starter nellygrl

    (@nellygrl)

    Yes it did! Thank you so much!

    ~Noelle

    Hi!

    I have a similar white space problem with Twenty Ten – specifically the area between the bottom of the menu bar and the first line of page content.

    Here is the site that I’m working on

    https://robpinewebdesign.co.uk/wp/

    I am pretty much a novice with css, but am learning slowly. Please can someone point me at where in the style sheet this function is controlled and also tell me what needs to be changed?

    Many thanks – Rob

    Please post your own topic. And don’t edit the Twenty Ten theme. First create a child theme for your changes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘White space between Title and Post content…’ is closed to new replies.