I added lines in between my header links, how can i change the height so that it is the same height as the words?
Here is the link to my store: https://modern-golf-carts-of-oak-island.myshopify.com/
Thank you!
Solved! Go to the solution
Thanks for post
do you mean like this?
This is an accepted solution.
Yes, please this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code applies after 5-6 second
@media only screen and (min-width: 750px) {
.site-nav a {
border: none;
padding: 0;
}
.site-nav__label {
border-bottom: none;
padding: 0px 10px;
border-right: 1px solid;
}
}
it's My pleasure to help us
User | Count |
---|---|
450 | |
187 | |
103 | |
98 | |
96 |