Posts

Showing posts from May, 2017

How to Use Divi Gradient Background Color

Image

How can I add space between the phone number and the email address in the secondary header in Divi WordPress theme?

Image
This is the default css for the space between phone number and email address (Margin of 13px). We can overwrite this CSS and add margin as needed.  Eg #et-info-phone { margin-right: 20px; }