• Hello,

    What is the best way to have 4 columns in a row on wildscreen and 2 + 2 on tablet ?
    Is it possible ? please

    Thank you

    Ps: (i got pro version)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @manibuntu,

    This is possible only for mobile, by going to Column > Advanced > Responsive > Column Width > Custom.
    On a tablet, it will get the desktop layout.

    Thread Starter Manibuntu

    (@manibuntu)

    Hi @boaz,

    Thank you for your reply.
    We can change margin/padding for 3 size but column structure for 2 only … confusing

    From my point of view, a responsive design need this feature.

    Thread Starter Manibuntu

    (@manibuntu)

    Hello,

    It seems adding this code to “$responsive_points” in “includes/elements/column.php” is enough to add reponsiv column for tablet

    			'screen_md' => [
    				'title' => __( 'Tablet Width', 'elementor' ),
    				'class_prefix' => 'elementor-md-',
    				'classes' => '',
    				'description' => '',
    			],
    

    It just requiered a very little css change.

    Do you think i can do this change from external plugin/theme please ?

    Thread Starter Manibuntu

    (@manibuntu)

    Now it’s also possible for Tablet 🙂
    https://wordpress.org/plugins/mrt4e/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to switch column structure between tablet or wild screen’ is closed to new replies.