Hi,
I’m trying to increase the top navbar margin by placing,
.x-navbar {padding-bottom: 20px;} in the global css, however it’s not being applied to my navbar for mobile and web.


Hope you could help with the CSS code needed for this.
Thanks!
Hi,
I’m trying to increase the top navbar margin by placing,
.x-navbar {padding-bottom: 20px;} in the global css, however it’s not being applied to my navbar for mobile and web.


Hope you could help with the CSS code needed for this.
Thanks!
Hi Ian,
Please try:
.masthead {
padding-bottom: 20px;
}
If the code above does not work, please copy all the codes that are in the Global CSS and paste it here.
It should provide some information if there are any CSS error that is causing the issue that you have to fix so that the CSS codes will work.
Hope this helps.
Thank you, this works perfectly. Much appreciated!
You’re most welcome, Ian.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.