Home Forums Template Support Tablet Problem with category blog Reply To: Tablet Problem with category blog


Tony
Moderator

Hi Thomas,
Could you pls add the css code below to custom.css file then let me know if it works for you?

@media (max-width: 768px) {
.layout-blog .col-sm-9 {
	width: 100%;
}	
}