Hi I am trying to make my heading with a smaller padding (example www.countryroad.com)
i have taken a screenshot of my website which the padding is thick and goes over my video hero.
my wesbite is darladogwear.com
please help!
Hi I am trying to make my heading with a smaller padding (example www.countryroad.com)
i have taken a screenshot of my website which the padding is thick and goes over my video hero.
my wesbite is darladogwear.com
please help!
Hi @acolesell
Do you mean this heading?
Do you like remove the padding, and make it more thinner. Like this?
If it is check this one.
.header__row.header__row-desktop.lower .header__logo {
margin: 0 !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi @acolesell
Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings
.header__links.header__links-primary {
padding: 0 !important;
}
.header__row.header__row-desktop.lower .header__logo {
margin: 0 !important;
}
Thanks for this
You are very welcome!