Hi Guys, I have the new iPhone 6 plus and the responsive display is only using part of the screen for Harrington and Colorway - I have wide borders either side. Is this something that you will be addressing? Or do I need to do something to make it look good? Thanks!
Hello, We are not getting you, can you please specify what do you want ? Thanks & Regards Yogesh Bhade
Hi Yogesh, Basically, the display for iPhone 6 plus does not fill the screen with the main site content - it has wide "edges" because the aspect ratio is different. I am attaching a photo here for you to see So I am asking if the coding can include a more appropriate "sizing" for this larger phone size - or even serve the "desktop" version which might look better? I hope this clarifies my question, Thanks, Sandra
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (width: 375px){ .container_24 { width: 355px; } #slides .slide-img { margin-left: 25px; } } It will resolve your issue. Thanks & Regards Yogesh Bhade