Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS silly alignment thing cant figure it out

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36171
    mikeman
    Member

    On
    http://monkasia.com/take-the-fight-to-the-fed/

    the text Audit the FED is next to the post date, and id rather it be below it.. without having to put a p tag in the body content of the Post edit page. iv Inspected element with Chrome and played with clear: both, left, right etc.. but cant get it to work without effecting the post title, which i want to stay where it is..

    anything anyone else can see to fix this?

    thank you

    #94868
    GerobLee
    Member

    Hi Mike,

    Simple fix.


    .post-title {
    clear: left;
    }

    This makes it so there will be nothing to the left of h1.post-title.

    Hope this helps!

    #94869
    GerobLee
    Member

    I believe i misread the question.


    .post-title {
    margin: 0 0 30px;
    }

    This is what you want.

    #94923
    GerobLee
    Member

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.