Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365848

    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!

    #366120

    Hey djshortkut!

    Please add following code to Quick CSS

    @media only screen and (max-width: 769px) {
    #the-inspection article { left: 30%; }}

    Regards,
    Yigit

    #366123

    Thank you! Resolved!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Center Icon Box Content in Color Section’ is closed to new replies.