by Sofian | Jun 16, 2016 | CSS, DIVI, Tricks, Wordpress
If we want to use an image with integrated text, for example with quotes that we want to style pixelperfect, responsiveness and full-width become challenging.
by Sofian | Jun 13, 2016 | CSS, DIVI, Snippets, Wordpress
Often we need to adapt our CSS customizations to the different device sizes, and it is very helpful to have the media query breakpoints of the DIVI theme at hand. Artiom from Elegant Themes was revealing this handy list.
by Sofian | Jun 13, 2016 | CSS, DIVI, Tricks, Wordpress
In best case the regular menu stays visible as long as possible, before collapsing to the mobile menu. Since every menu has a different width, we can optimize the responsiveness by moving its breakpoint.
by Sofian | Jun 3, 2016 | PHP, Snippets, Tricks, Wordpress
A little snippet to eliminate layout problems caused by empty paragraph tags the WordPress editor is adding to shortcodes when switching from text- to visual editor or on updating the page.
by Sofian | May 29, 2016 | DIVI, Snippets, Tricks
By default the first toggle of an accordion module starts open, but with a little code in the head section we can start with all accordion toggles closed.
by Sofian | May 20, 2016 | CSS, Snippets, Tricks
Did you ever try to center a block of successive images? Can feel so complicated, but after all with the help of a little CSS trick the centering gets easy to achieve.
by Sofian | Apr 16, 2016 | Comparison, Image
Find the most common license models and a comprehensive list of the best (royalty) free image and stock photography sources.
by Sofian | Apr 7, 2016 | PHP, Snippets, Tricks, Wordpress
How to easily customize the Admin Menu and Admin Toolbar for the Editor role of your clients with just a few lines of code into functions.php.
by Sofian | Mar 17, 2016 | DIVI, Themes, Tricks, Wordpress
By default we can’t use the regular sidebar together with the DIVI Page Builder on pages, but if we need a sidebar throughout our website, we can bring it back.
by Sofian | Mar 14, 2016 | CSS, Tricks
Sometime you might not want a DIV to take the full width but exactly wrap its containing elements. Here is how.