• Hi

    My post text is showing in different position on the Recent Posts page to the other post pages. To get the other posts text to display in there current position I added a – margin, however this has sent the Recent Posts text way too far to the left. I would also like to left align the post titles.

    coombeandsharpe.com/Blog

    Also the Recent posts page has a small grey arrow, is there anyway to remove this?

    Thanks
    D

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Dannilee

    (@dannilee)

    I managed to find where to left align the post titles but I still cannot see what is making this post(coombeandsharpe.com/Blog/landscaping/hello-world/) go too far left.

    Anyone?
    Dee

    #content {
    color: #2c4353;
    font-size: 1em;
    margin-left: -140px;
    padding-top: 25px;
    }

    remove – in margin-left and change it to this

    #content {
    color: #2c4353;
    font-size: 1em;
    margin-left: 140px;
    padding-top: 25px;
    }

    Thread Starter Dannilee

    (@dannilee)

    Hi

    I tried that but it puts the text to0 far to the right and moves the sidebar down the page too far.

    #content {
    color: #2c4353;
    font-size: 1em;
    margin-left: 100px;
    padding-top: 25px;
    }

    change the ‘margin-left’ value to your desired value…you can change until you are satisfied with the result..

    Thread Starter Dannilee

    (@dannilee)

    Thanks, will give that a try ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Align All Post Text’ is closed to new replies.