-
AuthorPosts
-
November 4, 2013 at 10:36 am #184161
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.
November 4, 2013 at 4:26 pm #184307Hi Starkos!
Seems like you already did. Let us know if you have any other questions or issues
Cheers!
YigitNovember 4, 2013 at 5:47 pm #184357I 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!
November 4, 2013 at 6:04 pm #184367Hi!
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,
YigitNovember 4, 2013 at 7:00 pm #184384Thank 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.
November 4, 2013 at 7:19 pm #184390In 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!
November 4, 2013 at 7:43 pm #184403Hey!
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!
JosueNovember 4, 2013 at 8:04 pm #184412That worked! Thank you so much!
November 4, 2013 at 8:11 pm #184414Glad we could help, let us know if you have any more questions or issues :)
Regards,
Josue -
AuthorPosts
- The topic ‘Remove menu entirely but keep Logo’ is closed to new replies.
