How to change Divi Map module default Zoom Level
|

How to change Divi Map module default Zoom Level

The Divi Map module is a powerful and versatile tool for displaying maps on your WordPress website. It offers a variety of customization options, including the ability to change the default zoom level. In this blog post, we will be discussing how to change the default zoom level of the Divi Map module in your Divi theme powered WordPress website. We will be covering different methods to change the zoom level for example via the Divi theme options, custom CSS, and JavaScript. Additionally, we will also be discussing the best practices and things to keep in mind when changing the default zoom level to ensure your website looks and functions as expected.

How to center align the submit button on the Divi Contact Form Module using Flex
| |

How to center align the submit button on the Divi Contact Form Module using Flex

Divi does use the flex property for contact module Submit button (as you can see in the image below) you can center align the button very easily. We need to remove the float and horizontally center the button. Flex uses the justify-content property to align the flex items at the center of the container. or…

|

Divi 4: How to Collapse/Show submenu items in the mobile menu

1. Set up Your Menu Add Menu Items & Sub Menu Items The first thing you need to do is create your menu. Add the sub-items of your choice. Add CSS Class Option Once you’ve added the menu items, you can enable the CSS classes option by clicking on ‘Screen Options’ and enabling ‘CSS Classes’….

| |

Divi Default Breakpoints and Media Queries

Divi breakpoints The breakpoint means that the layout of your website changes at a certain screen size. Divi has three default breakpoints for mobile, tablets and desktop versions of your website. CSS media queries for Divi Breakpoints For screen sizes not larger than 479px. You want to use this for mobile devices. For screen sizes…

| |

How to Change the Background color of Divi Toggle Module Title and Icon

By default Divi Toggle Module didn’t have any style for Toggle open view. It’s look very plain like the below image. We can add a little CSS to add Background color to the Toggle title and make it stand alone from rest of the content. Copy above CSS code in your Divi Theme Option or…

| |

How to Create a Fixed and Scrollable Dropdown Mobile Menu in Divi

By default, Divi theme didn’t have a fixed menu for mobile/tablets like on the desktop. This means that you won’t see the menu as soon as you start scrolling down the website on a mobile. This topic will cover: On the Divi sub menu, click on the Theme Options > Go to Custom CSS box on the General option >…