Comments GertJan started the conversationSeptember 22, 2021 at 8:42amHi,Please see screenshot.On mobile I want to give the logo some space at the top... how do I fix this?Thanks!Kind regards,GertJan van Schuppen 1,114Max repliedSeptember 22, 2021 at 12:46pmAdd padding or margin to the element in advanced tabThanks, Max from the Sonaar.io Crew GertJan repliedSeptember 22, 2021 at 7:43pmHi Max,Can you show me where that is? I can't seem to find it...Kind regards,GertJan 665Alexandre repliedSeptember 22, 2021 at 9:48pmHi, Please go to wp-admin>theme options>custom css/jsAnd add this code in the custom css field:.classic-menu.responsive .logo {top: 10px;left: 10px;} Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
Hi,
Please see screenshot.
On mobile I want to give the logo some space at the top... how do I fix this?
Thanks!
Kind regards,
GertJan van Schuppen
Add padding or margin to the element in advanced tab
Thanks,
Max from the Sonaar.io Crew
Hi Max,
Can you show me where that is? I can't seem to find it...
Kind regards,
GertJan
Hi,
Please go to wp-admin>theme options>custom css/js
And add this code in the custom css field:
.classic-menu.responsive .logo {
top: 10px;
left: 10px;
}
Thanks,
Alexandre from the Sonaar.io Crew