by Clare Woods | Dec 16, 2021 | CSS Tips, Divi Layouts & Design, Quick Tip
Customise column widths in the Divi by Elegant Themes Although Divi gives us a great range of options for column configurations, sometimes you want something else. Luckily, there is a very simple and easy way to customise column widths by using a little simple math...
by Clare Woods | Jun 16, 2021 | CSS Tips, Divi Layouts & Design, Divi Modules, Quick Tip
Customising the Divi Gallery to suit your design Here we’ll show you how to customise the Divi Gallery module. There are lots of options to do this, we have added some of the more common requests and have also added a link to a great YouTube video by Josh Hall...
by Clare Woods | Feb 18, 2021 | CSS Tips, Divi Layouts & Design, Divi Modules, Quick Tip, Uncategorized
Sometimes we don’t use an excerpt on a post. Like for example the image above is for recipes and no exerpt is shown so READ MORE makes no sense. In the links below there is a video and an article link for more information by PEE-AYE Creative.There is code...
by Clare Woods | Jan 19, 2021 | Divi Layouts & Design, Quick Tip
To add a Fontawesome font, login and copy your kit code.I have added it here… KITCODE <script src=”https://kit.fontawesome.com/0902eed645.js” crossorigin=”anonymous”></script> Paste this into the Divi > Theme Options...
by Clare Woods | Oct 6, 2020 | Divi Layouts & Design, Quick Tip
It’s super easy to add a sticky element on scroll without using a plugin in Divi with the Advanced Scroll Options feature. This is available on modules, columns and rows. Here is a great video and post on how to do this. We used a sticky scroll options on the...
by Clare Woods | Sep 11, 2020 | CSS Tips, Divi Layouts & Design, Quick Tip
You can easily move the section in the Secondary Menu to the right with the following CSS: /** MOVE SECONDARY MENU ITEMS RIGHT **/ @media only screen and (min-width: 768px) { #et-info { float:right !important; }} We used this on the following sites: MFL Services...