how can I add padding or something around the text to make it look like the second image: streamline theme
website - provengrit.us
how can I add padding or something around the text to make it look like the second image: streamline theme
website - provengrit.us
Hi @ProvenGrit ,
I just copy what you give in the 2nd image. I reduce the font, add padding change the background color. It look like this.
@media only screen and (max-width: 768px){
nav.slide-nav__wrapper {
background: beige;
padding: 40px;
}
ul#SlideNav {
font-size: 30px;
}
}
Result:
You can change the color or the font size whatever you like.
I hope it help.