Issue with Fluentcommunity page template
I have a problem when using the FC page template for regular pages I want to be displayed with the FC look to them.
They appear correctly but if I scroll up or down to the edge of the page the whole top menu gets pulled down over the side menu, scrolling up lifts the bottom of the page to reveal white behind it (Im using the dark mode).
Video attached showing WP page using FC template and scrolling up and down.
(excuse the sound, had TV on in background and didnt realise it was recording audio!)
That's strange. I can't reproduce it on my site. Does it happen for you when viewing the Roadmaps page here (I assume it is using the FC template)?
Thomas OatesΒ No, Roadmaps page here works fine for me....
I get the above result in all browsers, logged in and logged out
Tim LordΒ Are you using a page builder to build the regular pages?
Thomas OatesΒ No, just regular WP admin add page then select the FC page template...
Looks like it might be caused by the following CSS:
Thomas OatesΒ thanks - where would I find this to try removing it?
Tim LordΒ You could try adding the following to the custom CSS section in FluentCommunity. I'm not sure if adding it there will work for regular pages using the templates. If not, you could add it to your theme's CSS file or using a plugin like FluentSnippets.
.wp-site-blocks {
padding-top: 0px !important;
padding-bottom: 0px !important;
}Thomas OatesΒ tried as css fix, also as a snippet but didnt work.
Thanks for looking though :-) will figure something out!
