Hello,
I need to correct the horizontal alignment of the “options” block of our knowledge page. Thank you for your help.
Hello,
I need to correct the horizontal alignment of the “options” block of our knowledge page. Thank you for your help.
Hi May,
Thanks for reaching out.
It’s due to this custom CSS added to the row’s Element CSS,
$el .x-column:nth-child(1) {
margin-top: calc(2em + 12vw);
}
$el .x-column:nth-child(2) {
margin-top: calc(0em + 6vw);
}

Please remove it or just set their values the same.
Thanks!
Thank you!
Glad we were able to help 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.