1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, 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

How to disable css class on mobile

Discussion in 'Free Divi Community Forum' started by AEDR, Apr 9, 2023.

  1. AEDR

    AEDR New Member

    hey all,

    I need a little help
    I wanted to keep a four column row from stacking when on tablets only.
    So I used the method in the screenshots

    I can't work out how to disable css class 'four-columns' from stacking when viewed on a mobile

    Any help would be appreciated.
    Thanks Anna
     

    Attached Files:

    1. PRO MEMBER PERKS Divi Block Pro - Premade horizontal timeline design for your Divi site without using any plugins:View Demo
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    For your CSS, you should change to this:

    @Media screen and (min-width: 767px) and (max-width: 980px) {

    Change 767px to fit your need.