Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908020
    dmick89
    Participant

    Hello and thank you for any help. I’m wanting to align the comment content below the avatar and meta content like in the image below.

    The site I’m working on is still in development, but here’s a link if it helps. http://obstructedview.net.routing.yourhost.co/cubs-4-brewers-3-42616/

    Thank you

    #908408
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To align the comments below the avatar, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-comments-area .x-comment-content {
        margin-left: -70px;
        margin-top: 30px;
    }

    Please let us know if this works out for you.

    #909031
    dmick89
    Participant

    Thank you. That works perfectly for desktop, but unfortunately throws the alignment off on my phone and probably any device smaller than the desktop.

    #909110
    dmick89
    Participant

    I was able to use a media query to get it to work for desktop sizes. I still can’t figure out how to move the margin a bit so my phone looks a bit better.

    #909260
    Rupok
    Member

    Hi there,

    Thanks for updating.
    You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 480px) {
    .x-comment-content-wrap {
      padding-left: 10px;
    }
    }

    Hope this helps.

    Cheers!

    #910931
    dmick89
    Participant

    That helps a lot. Thanks. What would I need to use for the media query to get the comment content under the comment header on the iPad? Thanks again.

    #911399
    Darshana
    Moderator

    Hi there,

    Can you please provide a screenshot of your issue on iPad? so that we can assist you with a CSS workaround.

    Thanks!

  • <script> jQuery(function($){ $("#no-reply-908020 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>