Dear Kriesi,
What would be the best way to increase the white space under this main menu from 10px to 20px
Thanks, Richard
Hi Richard!
Please add following code to Quick CSS
#main {
padding-top: 20px;
}
Cheers!
Yigit
Thanks Yigit, that’s great