Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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.

    http://www.whoobi.com

    #184307

    Hi Starkos!

    Seems like you already did. Let us know if you have any other questions or issues

    Cheers!
    Yigit

    #184357

    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!

    #184367

    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

    #184384

    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.

    #184390

    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!

    #184403

    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

    #184412

    That worked! Thank you so much!

    #184414

    Glad we could help, let us know if you have any more questions or issues :)

    Regards,
    
Josue

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Remove menu entirely but keep Logo’ is closed to new replies.