- This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by .
 
Viewing 4 posts - 1 through 4 (of 4 total)
	
Viewing 4 posts - 1 through 4 (of 4 total)
	
- You must be logged in to reply to this topic.
 
Home › Forums › All Other Themes › Problems in mobile view
Most blog post are not in a mobile friendly set-up.
For some reason the responsive doesn’t work as wanted.
For example:
Blogpost:  https://www.we12travel.com/maandoverzicht-april-2016/
On page however the mobile version is Correct:
example https://www.we12travel.com/wie-zijn-wij/  
Can you tell help me change the stylesheet (or sometime else) that my blogpost are the same view as the page?
Hi Antonette,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px) {
.site-main{width:100% !important;}
}
Regards,
Brad
Hi Brad,
Thanks a million. It works! Only thing now is that posts with a [embed] youtube video are not responsive en mobile friendly. Do you also have a quick fix for that?
Greetings,
Antonette
Hi Antonette,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
@media screen and (max-width:768px) {
iframe {width:100%; height:auto;}
}
Regards,
Brad
