• Resolved heidi thinks

    (@heidi-thinks)


    I’m trying to move the blog post title to the left to flow with the content. Here’s the site: think-nest.com

    Below is the only area I see anything to do with H1 and single articles. I’ve tried changing the margin left to 75px but only the bottom line of the header moves left. The top line stays put. Am I missing something? I’m using the theme Imbalance. Thanks for any advice!

    h1 {
    font-size:23px;
    font-weight:normal;
    margin-top:15x;
    margin-bottom: -15px;
    }

    .single h1 {
    font-size:23px;
    font-weight:normal;
    margin-bottom:15px;
    margin-left: 165px;
    margin-top:15px;
    padding:0 0 15px 0;

Viewing 3 replies - 1 through 3 (of 3 total)
  • find:

    .single .postmetadata {
    }

    add display:none;

    ————————————

    find:

    .single h1 {
    }

    change the margin-left: 165px; value into 0px

    Thread Starter heidi thinks

    (@heidi-thinks)

    This worked perfect once I realized to add “display:none;” just below .single .postmetadata {
    }

    Thank you so much for your help!!!

    Thread Starter heidi thinks

    (@heidi-thinks)

    I deleted the edited version of my stylesheet css and I need help getting it edited correctly. Can you check our my site and let me know what I deleted? I need to:

    Edit the categories font and size
    If you roll over an article on the home page, I need to fix that
    Change the twitter, facebook and subscribe to buttons rather than text
    There’s a missing article from the bottom of the home page???

    I use Imbalance. Not sure if it’s the original or Imbalance 2 but it was installed in the last few months. Thanks for any and all help!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move H1 header to left in single article’ is closed to new replies.