hi!
how do I make this fade smaller when I hover the links so it doesn’t go over the pictures?
password: Christianshop123
thanks!
hi!
how do I make this fade smaller when I hover the links so it doesn’t go over the pictures?
password: Christianshop123
thanks!
Please add below css in bottom of assets/base.css file
@media screen and (min-width: 750px)
.menu-drawer {
width: 22rem ;
}
Thank you.