Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author CrestaProject

    (@crestaproject)

    Hi @stefanszeu
    I tried with an iPhone 5S and it looks ok, the image resizes to 100% of the screen width.
    Unfortunately I have no way of testing on Windows Mobile 10, but you can try to add this CSS code in “Appearance-> Customize-> Additional CSS”:

    
    @media all and (max-width: 767px) {
    	.aboutus_columns_three {
    		display: block;
    	}
    }
    

    Best Regards,
    CrestaProject

    Thread Starter stefanszeu

    (@stefanszeu)

    Thank you ! I add the CSS code and now everything works fine.

    I had the same issue (and received the same code…works great.)

    I ended up increasing the min-width to 1025px to account for the iPadPro format.

    darrmik

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured image size’ is closed to new replies.