I’m trying to vertically align my logo on only the homepage. I learned it’s possible to hide the logo on the homepage by adding the following code before the tag in the theme.liquid file.
Show More
{% if template contains ‘index’ %}
[details=Show More]
Show More
.header-wrapper {
Show More
height: 0px;
Show More
}
Show More
Show More
{% endif %}
However, I’m not sure if there is a way to center the logo vertically on the homepage. I’d also like to adjust the size on the centered logo. I’m familiar with HTML and CSS, but new to liquid. Any suggestions?
I’ve included this image so you can see what I’m going for here. Are there any liquid experts out there that can help?
