comments

Posted in: Newspaper
Post count: 36

Hello, I am using the Default RTL PRO. In the comments section of the article, the texts are displayed from left to right. I would like to ask how I can display the texts from right to left?

Post count: 21065

Hello @jamshid!

Please add this CSS code in the Live CSS section or in the theme panel settings -> custom code -> custom css:


.comment .avatar {
float: right;
margin-right: 0;
margin-left: 20px;}
.comment footer{text-align: right;}
#reply-title { text-align:right;}
#commentform {text-align:right;}

Thank you!

Post count: 36

Thank you. Is it possible to provide a better code since the text is not yet fully right-aligned?

Post count: 21065

Hello @jamshid!

Can you please provide more information about your issue?

A solution for sending a screenshot/video is this:
Download, capture, and send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link; paste it here.

Thank you!

Post count: 36

I have highlighted in the image that the second line has not been shifted to the right.

https://prnt.sc/ucTdrYNkzHhN

Post count: 21065

Hello @jamshid!

Ok. Add this CSS code after the first one:

.comment-content{text-align:right;}

Thank you!

Post count: 36

Thanks, it’s fixed. Another question I have is, how can I delete the website field?

Post count: 21065

Hello @jamshid!

Please provide a screenshot with what exactly you need to delete, so I can understand and help you efficiently.

Thank you!

Post count: 36

I want to remove or disable the website field in the comments section.

https://prnt.sc/Qn4abhq2E9Cr

Post count: 21065

Hello @jamshid!

Try this code:

input#url {display: none;}

Thank you!

Post count: 36

Thank you

Post count: 83

Bettina, I’m an old costumer, can you please a little help: I can’t reduce the space under the title of the comment block in home, I tried different custom code but I’m not right, can you help me please? ( site )

Post count: 21065

Hello @MattiaVe!

Please provide more information about your issue.

Thank you!

Post count: 83

Thank you Bettina,
I made an image

  • This reply was modified 2 years by MattiaVe.
Post count: 27744

Hello,

Please try this code
#reply-title
{
margin-bottom: -5px;
}

If this is not working, please provide the link to a post where you have comments.

Thank you!

Post count: 83

Yes, it don’t work,
the block is in home
please look “LE VOSTRE OPINIONI” (below-right)

Post count: 27744

Hi,

Please use this code
.vc_wp_recentcomments .td_wp_recentcomments
{
margin-top: -22px;
}

Thank you!

Post count: 83

that is fantastic !!
thank you very much Anamaria
all the best
🙂

Viewing 18 posts - 1 through 18 (of 18 total)
The forum ‘Newspaper’ is closed to new topics and replies.