Can I centered file name with css?
What do you mean by file name? The “inline title”? A screenshot highlighting the area might help here
Yes, I wrote
.inline-title {
text-align: center;
}
in the CSS file, but I found that nothing changed in the end🥲.
Hmm, that should be fine. Can I ask what theme you are using?
I’d also double check the snippet is in an actual .css
file and enabled. Depending on the software that made the file, it could actually be a .txt
or .rtf
file pretending to be a css file. Notepad++, Sublime Text, or VSCode are safe options to use.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.