Hi @Diamond0711 ,
This remove the space under the logo (this is the menu section but it's empty so if you add this code your menu won't show when you add it)
@media only screen and (min-width: 750px)
{
.site-header.logo--center {
padding-bottom: 30px;
}
nav#AccessibleNav {
display: none;
}
}
As for the second spacing, did you make sure there weren't extra paddings or spaces here?
@Hi @IamLLIIME
On your theme.css file add this to the bottom of the file
.flex-control-nav {
display: none;
}
In the future if you want to bring it back, you can remove this at any point.
Hope this helps.
Thanks,
WinkyApps Team
User | Count |
---|---|
395 | |
204 | |
129 | |
46 | |
42 |