Changelog Website Notes

References How to create custom fields https://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tips-tricks-and-hacks/#customfieldsintro Advanced Custom Fields Plugin Advanced Custom Fields (ACF®) Relevanassi plugin to index all non-WordPress data and...

Divi builder – how to keep columns on mobile

Use CSS Don’t forget to add CSS to the row in use   Add CSS @media only screen and (max-width: 980px) { .two-columns .et_pb_column { width: 50%!important; } .three-columns .et_pb_column { width: 33.33%!important; } .four-columns .et_pb_column { width:...