How to vertically centre the content of a DIVI module

A very common trend we see at the moment is the “almost” full screen header – with the real content of the page peeking out at the bottom of the screen, teasing the visitor to scroll down.  This is not only functionally great, but it also looks great.  The trouble is when you make a […]

Connecting to a JSON API – how to request and return dynamic content

  When attempting to connect to a JSON API to pull down data and display on a PHP generated page, suprisingly I had a lot of trouble finding resources that explain the process.  Many of the articles explained how to connect to a JSON resource, but didn’t go into detail how to implement authentication tokens. […]

Divi increase bullet indent and spacing

  Here is a quick CSS snippet to change the indent and spacing of bullets in Divi .et_pb_text ul, .et_pb_text ol { margin: 30px; } .et_pb_text li { margin-top: 16px; }