Support » Plugin: Genesis Easy Columns » make columns responsive

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Code96

    (@code96)

    @media only screen and (max-width: 800px) {
    
    	.five-sixths,
    	.four-fifths,
    	.four-sixths,
    	.one-fifth,
    	.one-fourth,
    	.one-half,
    	.one-sixth,
    	.one-third,
    	.three-fifths,
    	.three-fourths,
    	.three-sixths,
    	.two-fifths,
    	.two-fourths,
    	.two-sixths,
    	.two-thirds {
    		padding: 0;
    		width: 100%;
    	}
    
    }
    Plugin Author Code96

    (@code96)

    Resolved

    Thread Starter Andahs

    (@andahs)

    Thank you!! That worked perfectly.

    Hi !
    I’m using Genesis whith Prose child theme and having same problem.The columns reponsive but not dropdown by vertical.
    Look like this:

    Normal:
    colum1 colum2 colum3
    Mobile:
    c c c
    o o o
    l l l
    u u u
    m m m
    1 2 3

    But I want make colums show on mobile like this :

    Mobile:
    colum1
    colum2
    colum3
    ————————-
    How can i do ? Thanhks !
    Sorry, for my bad english.

    Bump. curious as to a reply to the post above by bambinovie.
    I am looking for something similar.

    I’ve added that css provided by Code96 to my theme css, But I still get squished columns when using a mobile device or small browser window.
    Am I doing something wrong here?

    Thanks.

    Nevermind, I solved by unchecking the “Enable Optional CSS” in the plugin settings.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘make columns responsive’ is closed to new replies.