Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #275418
    marlana
    Participant

    Hi,

    I need help with 2 items:

    1. How do I delete the white space between a footer and content (background)?

    2. How do I delete the default menu from the mobile view?

    Thank you so much!
    watersedgecapital.com

    #275432
    Skandha
    Participant

    @marlana: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    /* To delete white space between footer and content *?
    #site-generator {
        display: none;
    }
    #content {
        display: none;
    }
    
    /* To delete the default mobile menu */
    .menu-toggle-wrapper {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #275524
    marlana
    Participant

    hello!

    Thanks for your quick reply. Unfortunately, it did not work. I am using the simclick theme. Is there something else I can try?

    Thanks!
    Marlana

    #275551
    Skandha
    Participant

    @marlana: Hello Marlana,
    There seems to be a little error on your Additional CSS section.
    Please add a } after the code

    .site-info {
        display:none;

    Let me know if this works out!
    Kind Regards,
    Skandha

    #275643
    marlana
    Participant

    Yes, it worked! You were right about the error, I added the “}” and changed the “?” to a “/” at the top after the word “content.”

    Thank you so much!

    #275697
    Skandha
    Participant

    @marlana: Hello Marlana, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/simclick/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Space between content and Footer’ is closed to new replies.