I do program in Python and C# and not familiar with HTML and CSS.
I noticed that the text in callouts boxes is not centered in relation to the box icon. Could you please tell me how I can center my text vertically? I think that I can write CSS snippet but I don’t know how to centrally align text in HTML/CSS.
You can use this code in a snippet to center all text in callout boxes
.cm-callout {
text-align: center;
}
Or if you prefer to only have it on some pages, rename .cm-callout to something unique (.callout-centered) and then add that css class into the note properties.
Understood. A callout with only text in the title area.
> [!NOTE] Title of callout
The callout icon doesn’t change size when you adjust the font size, so it looks odd at smaller sizes (to me anyway). As rigmarole mentioned, knowing the theme you are using could help here. It could be Manaco and the smaller font size is the issue.