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
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
Thank you
Hi!
Please add following code to Quick CSS
.comment_meta_container {
padding-right: 50px;
}
Regards,
Yigit
Thanks Yigit! Quick solution as always!
Much appreciation! You can close this topic.
Jas