How can I remove the menu entirely but keep the logo? I have just a one page website with all content on that one page–trying to keep it a very simple/clean site. Thank you.
Hi Starkos!
Seems like you already did. Let us know if you have any other questions or issues
Cheers!
Yigit
I did, but I would like to know how to decrease the top and bottom padding around the logo, plus it would also be nice if the logo would not be so big. So (1) how can I decrease the top and bottom padding around the logo, and (2) how can I decrease the logo size?
Thank you!
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-builder-el-0 { margin: -30px 0 -15px 0; height: 60px; }
Regards,
Yigit
Thank you. This is a little better, but there is still a large portion of white space above the logo. If you could please let me know how to remove that space so it is proportional the the white space below the logo, I would sincerely appreciate the help. Thank you.
In addition, the mobile version has an even worse problem with padding above and below the logo. For both the PC and mobile versions, I would like only a 5-10px of padding on top and bottom of the logo please. Thank you!
Hey!
Add this code to the Quick CSS:
.main_color:first-child .template-page.content.twelve.alpha.units {
padding-top: 0;
}
@media only screen and (max-width: 767px) {
.main_color:first-child .template-page.content.twelve.alpha.units {
padding-bottom: 30px;
}
}
Cheers!
Josue
That worked! Thank you so much!
Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue