Hi,
My mobile button is sitting flush with the top of my page,
I would like to provide space,
Please see atached images

Hi,
My mobile button is sitting flush with the top of my page,
I would like to provide space,
Please see atached images

Hi,
To fix it, you can add this in Theme Options > CSS
@media(max-width:600px) {
.x-brand {
max-width: 270px;
}
}

Hope that helps
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.