Hi!
I've just added a button to my header menu by adding
<a href="collections" class="btn--secondary">VISIT THE FARM STORE</a> to my header.liquid file.
I'd like it to align vertically with the baseline of the other menu text, like this:
But currently it aligns like this:
When I inspect element and change the style to vertical-align: baseline, it changes it to look the way I want it to. I just can't figure out where to find the CSS change in the actual editor.
Any help would be very appreciated!!!!
Thanks
Solved! Go to the solution
Can you send url to your store?
Also, can you tell what theme you are using?
This is an accepted solution.
Add this to your css stylesheet:
.site-nav .btn--secondary {
vertical-align: baseline;
}
User | Count |
---|---|
442 | |
208 | |
104 | |
88 | |
86 |