Reply To: Added additional widget areas, now responsiveness is broken

Homepage Community Forums Epik Theme Support Added additional widget areas, now responsiveness is broken Reply To: Added additional widget areas, now responsiveness is broken

#9273
Eric
Customer

    I can see that there is some custom css that you added, and that is what is overriding this part of your css –

    	.welcome-feature-1, 
    	.welcome-feature-2,
    	.welcome-feature-3,
    	.home-feature-1,
    	.home-feature-2,
    	.home-feature-3,
    	.home-feature-4,
    	.home-feature-1,
    	.home-feature-2,
    	.home-feature-3,
    	.home-feature-4,
    	.home-feature-5,
    	.home-feature-6,
    	.home-feature-7,
    	.home-feature-8,
    	.home-feature-9,
    	.home-feature-10,
    	.home-feature-11,
    	.home-feature-12,
    	.home-feature-13,
    	.home-feature-14 {
    	    margin: 0 auto;
    	    text-align: center;
    	    width: 100%;
    	}

    Here is the css that you added –

    .welcome-feature-1, 
    .welcome-feature-2, 
    .welcome-feature-3 {
        float: left;
        margin: 0;
        width: 25%;
    }

    Once I remove the css above, it works.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com