PMM Posted May 24, 2021 Share Posted May 24, 2021 Site URL: https://www.andarilho.org/artigos/a-servido-do-homem Hi all I've got a blog which works just fine on mobile phone and desktop, but when I look at the posts on an Ipad (mine is Ipad Mini) the text margins make the blog post quite tight on the screen, leaving quite a lot of blank space on the left and right sides of the screen. I wanted to make it look more like it does on the desktop and mobile view. Would you be able to suggest a code to deal with this issue? This is an example of a blog post: https://www.andarilho.org/artigos/a-servido-do-homem Obs: I checked this on different Ipad versions. They all seem to have the same issue. Many thanks Link to comment
Solution tuanphan Posted May 29, 2021 Solution Share Posted May 29, 2021 On 5/24/2021 at 10:18 PM, PMM said: Site URL: https://www.andarilho.org/artigos/a-servido-do-homem Hi all I've got a blog which works just fine on mobile phone and desktop, but when I look at the posts on an Ipad (mine is Ipad Mini) the text margins make the blog post quite tight on the screen, leaving quite a lot of blank space on the left and right sides of the screen. I wanted to make it look more like it does on the desktop and mobile view. Would you be able to suggest a code to deal with this issue? This is an example of a blog post: https://www.andarilho.org/artigos/a-servido-do-homem Obs: I checked this on different Ipad versions. They all seem to have the same issue. Many thanks Add to Design > Custom CSS /* Tablet-Blog posts width */ @media screen and (max-width:1024px) and (min-width:768px) { .tweak-blog-item-width-custom .blog-item-wrapper .blog-item-inner-wrapper { width: 100% !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
PMM Posted May 30, 2021 Author Share Posted May 30, 2021 Thank you ever so much! Works beautifully! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment