Elementor: Set spacing between list items with CSS.
Head to the wordpress administration panel > elementor > Custom code. Add the following CSS code between <style> tags
Elementor check-list
The list will be updated when new guides are published. Styling Tracking
WordPress: How to fix bottom spacing below lists
By default, Elementor and WordPress have pre-set bottom spacing between lists and the next element. To fix this in Elementor (and WordPress in general), you’ll have to use CSS. But hang on, it’s pretty simple! Simply copy the code below into your themes ‘Additional CSS’. In the WordPress Admin panel click customize and scroll down …
WordPress: How to fix bottom spacing below lists Read More »
Elementor: remove the bottom space from the text editor and paragraph
By default, you’ll see extra padding on every paragraph or text editor added with the Elementor tool. The obvious is to use a negative top margin to align the elements correctly. However, that can be a tiresome endeavor. So, here is the easy fix The fix To fix the paragraph and Text editor bottom spacing …
Elementor: remove the bottom space from the text editor and paragraph Read More »
Elementor: How to avoid showing the same popup on different sites
If a website visitor chooses to close down a pop-up, it’s good UX not to show the same pop-up again. With Elementor, you can use dynamic links to control this. Add a closing icon to Elementor popup Working with closing icons for Elementor is like working with any other Elementor icon. Step one: Step two:
What is Cache?
Cache, pronounced /CASH/, is the description of a computer storing data temporarily. It requires more memory, but it’s faster. Cache on websites Browsers have their own cache that stores information from the previous browsing for future sessions. To see a previously accessed website, the browser gets most files from the cache rather than having them …
How to bulk edit WordPress posts
With the bulk edit function in WordPress, you’ll be able to edit: Titles, slugs, dates, authors, passwords, privacy, categories, tags, comments, status, and sticky. The short version: Guide with images: Step one Head to the posts section and mark the articles. To mark more than 20 articles at the time, click Screen options at the …
What is a SMTP?
SMTP simply means Simple Mail Transfer Protocol. It’s an application used by mail servers to send, and receive mail between email senders and receivers. Without an SMTP server, your email wouldn’t reach its destination. Once an email is sent it transforms into a string of code sent to the SMTP server. The SMTP server processes …
How to add space in HTML
The solution is quite simple, just add indside your text: For example: There should be five spaces between from this to this There should be five spaces between from this to this