2 Things...

Thing 1: It would be nice to not to have to login every day. Can the login be set to remain logged in for 14 days, 30 days or more? No real need to reply, as it is a global issue. So, if any changes are made, I am sure I will read about it in the newsletter or notice that I am not logged out after a day.
———————-
Thing 2: One more thing. I was given some bits of CSS code to effect changes to padding in the header nav menu. The 4 I was given are…

@media (max-width: 768px) {
.fl-page-nav-bottom .fl-page-header-content {
display: none;
}
} (plus a few others)

While I keep a sheet here of these tweaks, do you guys keep a running ‘Cheat Sheet’ of CSS tweaks that folks have requested? You must have provided hundreds of bits of code since the start. It would be a nice thing to be able to access. I envision a running chart which details the code and what it does, either in written form or with pics. Just a suggestion.

Hey Jon,

Re issue #1, are you referring to our site? If so, I think it has something to do with your browser. I check this site everyday(including weekends) and the browser keeps me logged in for quite a long time. I rarely find myself logging in to this site actually.

For #2, yes we do keep a list for frequently asked CSS questions. You can check them on the links below, or on our Knowledge Base.
http://forum.wpbeaverbuilder.com/kb/css-snippets-theme/
http://forum.wpbeaverbuilder.com/kb/css-snippets-plugin/

We don’t really keep a list of all the CSS we’ve provided since some of them were edge case.

Hope this helps! :slight_smile:

Ben