On this page on the link provided, I have a color section with the heading “The Inspection” The layout looks good on all screen sizes except when I pull it up on my iPhone in portrait or landscape mode. The list is justified to the left and doesn’t look good on smaller screen sizes. I would like to have this content centered on these screen sizes only (iPhone portrait & landscape) I already added a Custom CSS Class for this color section so it can be targeted of “the-inspection” Thanks!
Hey djshortkut!
Please add following code to Quick CSS
@media only screen and (max-width: 769px) {
#the-inspection article { left: 30%; }}
Regards,
Yigit
Thank you! Resolved!