- This topic has 15 replies, 2 voices, and was last updated 1 year ago by
Leo.
-
AuthorPosts
-
January 8, 2020 at 9:18 pm #1126351
Matthias Heil
I would like to get rid of the two strips at the top and at the bottom of my MELLOW start page: https://www.st-antonius-kuenzell.de – appreciate your help!
January 8, 2020 at 9:22 pm #1126353Leo
StaffCustomer SupportHi there,
Remove this CSS from Additional CSS field in the customizer:
#site-navigation .inside-navigation { border-bottom: 1px solid rgba(0,0,0,0.2); } .header-wrap #site-navigation .inside-navigation { border-color: rgba(255,255,255,0.3); } .site-info { border-top: 1px solid rgba(0,0,0,0.2); }
Let me know if this helps 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 8, 2020 at 10:28 pm #1126379Matthias Heil
Thanks, Leo, but the two strips are still there… >>> https://www.st-antonius-kuenzell.de
January 8, 2020 at 10:45 pm #1126384Leo
StaffCustomer SupportLooks like your site is under maintenance mode. Can you unlock it?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 8, 2020 at 10:45 pm #1126385Matthias Heil
yep
January 9, 2020 at 8:10 am #1126948Leo
StaffCustomer SupportCan you try selecting one container?
https://docs.generatepress.com/article/container-layout-overview/Make sure to clear your caching plugin.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2020 at 10:05 am #1127079Matthias Heil
Leo, thanks again – that solves the issue for the start page, but it destroys everything else… see three examples: https://1drv.ms/u/s!Alt3APf_Y5O2lId6vOu_knI_Slj7lw?e=zPMcEV
January 9, 2020 at 10:13 am #1127086Leo
StaffCustomer SupportAhh ok.
Try this CSS then:
.home.separate-containers .site-main { margin: 0; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2020 at 10:44 am #1127122Matthias Heil
I’m sorry, Leo, but the two stripes are quite stubborn little buggers… – even your css magic cannot make them go away…
January 9, 2020 at 11:18 am #1127141Leo
StaffCustomer SupportThe CSS should definitely work.
Did you clear your caching plugin after adding it?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2020 at 11:27 am #1127147Matthias Heil
Yes. The buggers do persist, however. The CSS is still active (inserted at the end of GP additional CSS box)…
January 9, 2020 at 11:29 am #1127149Leo
StaffCustomer SupportI’m not seeing the CSS being added at all.
Can you please disable the caching plugin first?
We ask for this everytime a topic is opened:
https://www.screencast.com/t/8db279BZ3Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2020 at 11:43 am #1127158Matthias Heil
Oops, sorry. Deactivated the cache plugin, but… #strong #buggers (added 4th screenshot with additional css displaying in Customizer, and the lower strip still showing).
January 9, 2020 at 12:21 pm #1127184Leo
StaffCustomer SupportLooks like you forgot to close the bracket for
@media (max-width: 768px) {
so that CSS is only applying to mobile:
https://www.screencast.com/t/5J020dIUCZ0RDocumentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2020 at 1:39 pm #1127237Matthias Heil
Leo, you’ve nailed the buggers! Thanks ever so much for your patience and persistence – excellent service!
-
AuthorPosts
- You must be logged in to reply to this topic.