There was no padding in the header before:

But now it does have it:

Nothing changed in the _index.md file
height: 155
paddingX: 50
paddingY: 0
align: left
The text moved a bit up and is not in line with the drop icon and the logo

The whole bar:

Something changed when I tried to support IE11.
Thanks! Will be fixed
Edit: The header padding deleted. but the navbar icon, when I test it on my end, it seems to align well.

I made some changes here https://github.com/zzossig/hugo-theme-zzo/commit/4663bd7e4f5809cb5c2feaadcb6dd304c2ef7b89#diff-3a7b22602cbde6317d65381673cac126R29
Let me know if it's still not aligned
I meant this actually:


The text is not vertically centered wrt to the height of the logo or drop icon.
I will look into it and maybe open a PR.
Edit:
Maybe it is not fixable right away. I don't see anything in the css that could be causing this.
Will investigate further.
I think the logo text aligned well.
But look like the icon in the image is still mispositioned.
I made some changes. Looks good my end
I think the list of posts can use a little padding too. Mine just looks like this, with no padding at all:

Edit: Did you update the theme latest? I can't reproduce it on my end
Edit: Did you update the theme latest? I can't reproduce it on my end
I actually updated the theme just before taking that screenshot, let my try updating again...
Edit: yes, the theme is up-to-date. I notice that this is only obvious when you move the sidebar to the right.
Can you check the issue on this site?
https://themes.gohugo.io/theme/hugo-theme-zzo/en
Or can you give me some repository that I can take a look at?
The official demo site looks fine

Weird, the example site looks fine, I'll have to check if I messed something up.
Edit: I inspected both sites and found some different:
The article card from my website:
<article class="summary-card">
<header>
<h5 class="title h5"><a href="http://localhost:1313/julia-dojo/variables-constants/"> Julia Dojo: biến số và kiểu dữ liệu</a> </h5>
<h6 class="subtitle caption"><time title="">📅 </time> <span title=""> · ☕ 11 </span></h6>
</header>
<div class="summary-card__content">
<div class="summary-card__text p2">
Biến số, hằng số và kiểu dữ liệu của chúng trong Julia
</div>
</div>
<hr>
</article>
The one from the example site:
<article class="summary-classic">
<div class="summary-classic__flex-box">
<div class="summary-classic__content">
<header>
<h5 class="title h5"><a href="https://themes.gohugo.io//theme/hugo-theme-zzo/en/posts/math-typesetting/"> Math Typesetting</a> </h5>
<h6 class="subtitle caption"><time title="Written At">📅 Dec 17, 2019 </time> <span title="Reading Time"> · ☕ 1 min read </span>· <span title="WRITTEN BY">👽 Park</span></h6>
</header>
<div>
<div class="summary-classic__text p2">
A brief guide to setup KaTeX
</div>
</div>
</div>
</div>
<hr>
</article>
Ah, this is my mistake.
I just found that your blog uses summary shape to card.
I'll update soon
@ndgnuh One more update plz. I fixed it
Works perfectly. Thank you!

I want to report a few more problems (with some suggestion). Since this issue is about small UI fixes, I guess I'll put small visual bugs here.

notice shortcodesI suppose I can put markdownify in the notice shortcode, but then the element looks weird inside:
#6bb1e0, we'll use #5bc1d0 for the links)
The tables doesn't have any padding

Code elements doesn't really goes with the notice (still, it's readable)

Headers inside notice is possible, but it's weird and impractical to do this, let's just skip this one
Thanks for the issue, I always welcome the UI fixes.
I have some questions.
Do you have i18n file in your language? In your case, you may need vi.toml file in root/i18n folder

I don't understand what you mean
Code elements doesn't really goes with the notice (still, it's readable)
How can I do for this?
Oops I mistyped. Your i18n file should inside the root/i18n folder, not data folder.
Ok I’ll do some work on this
@ndgnuh
Now we have better notice shortcode thanks for your advice.
And I suspect you might have the wrong configuration regarding i18n.
Check the defaultContentLanguage value set to your language, check the languages.toml file,
The date bug was by bad, sorry, I didn't read the example i18n/en.toml. But I suggest the README should either: link to the example i18n/en.toml, or suggest users to copy that file then modify it instead of making a new one.
Edit: the new notice shortcode looks awesome, also
Ok, I’ll add it in the documentation
I've ran into some other problems:
Current:

Suggestion (I changed code's color to inherit)

@ndgnuh Thanks for the suggestion.
I made some changes. I didn't used inherit but it works anyway.
And always feel free to open new issue to suggest fixing UI.
I prefer to solve the issue one by one, each of them keeps the small piece and deal with only one subject.
@nisrulz I'm closing this issue because this thread is too long and I think the icon is aligned center now.
Most helpful comment
@ndgnuh Thanks for the suggestion.
I made some changes. I didn't used
inheritbut it works anyway.And always feel free to open new issue to suggest fixing UI.
I prefer to solve the issue one by one, each of them keeps the small piece and deal with only one subject.
@nisrulz I'm closing this issue because this thread is too long and I think the icon is aligned center now.