- This topic has 5 replies, 2 voices, and was last updated 3 years, 7 months ago by Skandha.
-
AuthorPosts
-
February 28, 2021 at 10:30 pm #275418marlanaParticipant
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.comMarch 1, 2021 at 3:26 am #275432SkandhaParticipant@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,
SkandhaMarch 1, 2021 at 10:05 pm #275524marlanaParticipanthello!
Thanks for your quick reply. Unfortunately, it did not work. I am using the simclick theme. Is there something else I can try?
Thanks!
MarlanaMarch 2, 2021 at 1:11 am #275551SkandhaParticipant@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,
SkandhaMarch 2, 2021 at 10:29 pm #275643marlanaParticipantYes, 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!
March 3, 2021 at 7:24 am #275697SkandhaParticipant@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 -
AuthorPosts
- The topic ‘Space between content and Footer’ is closed to new replies.