Reply To: Mobile Responsive

Homepage Community Forums Ally Theme Support Mobile Responsive Reply To: Mobile Responsive

#6273
Eric
Customer

    Yeah there’s something in your code somewhere that’s causing that section’s width to appear small. You can look around line 956 in your css and either remove the overflow: hidden;….or add 100% width. Either way will work –

    .entry-content {
    	overflow: hidden;
    	width: 100%;
    }

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