Home Forums Theme support Carina Theme: Blog posts not formatting to mobile view Reply To: Carina Theme: Blog posts not formatting to mobile view

Hi BC,

we’ve checked the source code and it’s still the same problem, the responive style is loaded before the default style files, this will overwrite the responsive settings.

You can try this: open the style.css file or your child theme and add this to the end of the file:

.single-post #content, .single-post #page-sidebar-left, .single-post #page-sidebar-right, .single-post #page-sidebar-no-sidebar {
	max-width: 100%;
}

This should solve the problem