[Resolved] Centrering Comments Section

Home Forums Support [Resolved] Centrering Comments Section

Home Forums Support Centrering Comments Section

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1675757
    Simon

    Hi Guys,

    Recently centralised the contents column but the comments section is still aligned to the left. Could I centralise this too so it lines up?

    Thank you ๐Ÿ™‚

    #1675857
    David
    Staff
    Customer Support

    Hi there,

    to keep it centre aligned when your post content is then you would add this CSS:

    @media (min-width: 1180px) {
      .comments-area {
        margin-left: 33%;
      }
    }
    #1676297
    Simon

    Amazing David, thank you! ๐Ÿ™‚

    #1676544
    David
    Staff
    Customer Support

    You’re welcome

    #1685679
    Simon

    Do you know how I could have the comment column centred for pages too? Many thanks in advance!

    #1685987
    Ying
    Staff
    Customer Support

    Hi Simon,

    Try change this CSS:
    @media (min-width: 1180px) {
      .comments-area {
        margin-left: 33%;
      }
    }

    To this:

    @media (min-width: 1180px) {
      .comments-area {
        margin-left: 33%;
        margin-right: 33%
      }
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.