1. PROMO Subscribe our All Access Pass @ 75% OFF & access all our 16+ premium Divi extensions: Divi Block Pro, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Divi Tab Module Size For Mobile View

Discussion in 'Free Divi Community Forum' started by LittleBitofCake, Jul 15, 2020.

  1. LittleBitofCake

    LittleBitofCake New Member

    Hi,

    I am having trouble with adjusting the width of the tabs on the mobile view. I am using the code:

    @media only screen and (max-width: 479px) {
    .equal-tabs .et_pb_tabs_controls li {
    width: 25%!important;
    text-align: left;
    display: table!important;
    }
    }

    but it doesn't seem to be working. Is there any way for the width of the tabs to be adjusted on mobile view so that they can be aligned next to each other, not one row after another?

    does anyone know how to fix this?
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Ultimate Footer Plugin - Custom global Divi footer (20 premade styles) + Revealing footer effect:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    For your CSS, add float: left!important;