Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #581979

    Hi guys,

    I tried to move this content section left because it is not centered. I tried the following CSS and it works when I test on the live page, but not when I add to quick CSS. See screenshot below. Is it incorrect?

    div.side-container-comment-inner {
    right:25px!important;
    }

    Thanks,

    Jas

    #582659

    Hi Jasmer!

    There could be other reasons for this may be the parent element has paddings or something but we cannot say for sure what is causing the issue without being able to inspect the element in question. Please share the link to the page we are more than happy to help :)

    Cheers!
    Vinay Kashyap

    #582818

    Thank you

    #583773

    Hi!

    Please add following code to Quick CSS

    .comment_meta_container {
        padding-right: 50px;
    }

    Regards,
    Yigit

    #585534

    Thanks Yigit! Quick solution as always!

    Much appreciation! You can close this topic.

    Jas

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Move Comment Section Element Left’ is closed to new replies.