[Resolved] Customize size of comment box and author box in post

Home Forums Support [Resolved] Customize size of comment box and author box in post

Home Forums Support Customize size of comment box and author box in post

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1313713
    Tan

    Hi there,
    When I choose page builder container is fullwidth, my author box and comment box is also full width.
    You can see here.
    How can I keep the size of these? I just want content of my post is full width.

    #1313893
    David
    Staff
    Customer Support

    Hi there,

    can you link me to a post that has the Full Width option enabled so i can check the CSS required.

    #1313919
    Tan

    It’s here.

    #1313928
    David
    Staff
    Customer Support

    Try this CSS:

    .comments-area,
    .saboxplugin-wrap {
        max-width: 1200px; /* Adjust to suit */
        margin-left: auto;
        margin-right: auto;
    }
    #1313967
    Tan

    Thank you David. It worked perfectly! ๐Ÿ™‚
    How about the author box? I use plugin Simple Author Box and have a short code on hook.

    #1313972
    David
    Staff
    Customer Support

    Oops missed that – i edited the code here to include the author box

    #1313975
    Tan

    Yeah. Thank you so much David! ๐Ÿ™‚

    #1313988
    David
    Staff
    Customer Support

    You’re welcome

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.