Your previous agency dumped you? Not picking up your call? Left you in the middle? OR looking for a brand new agency? Give us a call or message us on What’s App.

Our Location: Kanpur, India

Our Location: London, UK

Address: 3504 Lake Margaret Dr, Orlando, FL 32806, United States

Built on WordPress ❤️

Calendar Icon White
Divi Dropdown Menu Width

How To Increase Divi Dropdown Menu Width

Increase The Divi Dropdown Menu Width Using Divi Theme Builder & CSS

Today I am going to tell you how to increase divi dropdown menu width using divi theme builder and by applying some easy CSS. 

Hi there! Welcome back again my name is Lovish Gulati and I am a Divi theme Expert.

Pre-Requisite

Let’s get to the point as we are using Divi theme builder and it is not having any option to edit the divi dropdown menu width inside the divi builder. 

We are going to use some CSS and by that you can increase or decrease your divi dropdown menu width. 

Have a look at our recent post 5 free Divi menu styles.

CSS Code to Increase Divi Dropdown Menu Width

Important things to note:

In line 3- 6px stands for top and bottom spacing, 20px stands for left and right spacing.

Same thing applies for the 2nd code line 9.

To increase the inner width of divi dropdown menu you have to change value of width which is now 260px.

To increase the width of divi dropdown menu you have to change value of width which is now 300px.

Navigate to Divi>Theme Options at the bottom of the page there will be Custom CSS box. You have to paste the above code to that box.

If you have questions or any doubt regarding the width or have custom website request please contact us.

Enjoy

Looking for web services?

Are you looking for, web design, branding, website maintenance, GBP optimization, SEO services?

Order Now

Related Post

The Complete Frontend Developer Roadmap: Your Guide to Mastering Frontend Development in 2025

Embarking on a journey to become a frontend developer can feel overwhelming, especially with the constantly evolving landscape of…

RoadMap, UI/UX Design, Web Design

Lovish Gulati

May 12, 2025

Is Devin AI the End (or Future) of Coding?!

Is Devin AI the End (or Future) of Coding?!

In the ever-evolving world of software development, new technologies often spark excitement—and sometimes fear. Recently, Devin AI has taken…

AI Tools, Coding, Web Design, Web Development

Lovish Gulati

May 7, 2025

8 Rules For Learning to Code in 2025

8 Rules For Learning to Code in 2025: Should You Take the Leap?

In today’s rapidly evolving technological landscape, the question of whether learning to code is still a worthwhile pursuit in…

Coding, UI/UX Design, Web Design, Web Development

Lovish Gulati

May 1, 2025

2 comments

  • When I use this code: /* Increase inner width of drop-down menu – Code by Duogeeks*/
    .et-menu li li a {
    padding: 6px 5px;
    width: 290px;
    }
    /* Increase width of drop-down menu – Code by Duogeeks*/
    .nav li ul {
    position: absolute;
    padding: 5px 0;
    width: 300px;

    }

    here: https://bodytherapyforallspecies.org/ doesn’t appear to work? The text won’t go any wider?

    • A

      Hey Melody,

      thanks for trying our code and sorry for the inconvinience. Use this code to increase the width of text:

      #top-menu li li a {
      padding: 6px 20px;
      width: 280px;
      }

      Thanks, and I hope this will work.

Leave your comment

Index