miss-b Posted June 24, 2021 Posted June 24, 2021 Site URL: https://www.platformartprojects.com/babar-suleman-project Hello, I'm getting white corners on a page in mobile view. The main image is an embedded imagemap. I would like this to be responsive in mobile view. https://www.platformartprojects.com/babar-suleman-project Password is: bs2021. I have attached some images.
tuanphan Posted June 28, 2021 Posted June 28, 2021 Try adding to Design > Custom CSS > Then save & reload the site /* Embed block image */ @media screen and (max-width:767px) { .embed-block img { width: 100% !important; } body#collection-60a4bd4c24c06f7ab8d671ab { overflow-x: hidden; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
miss-b Posted June 28, 2021 Author Posted June 28, 2021 Thank you very much Tuanphan! That seems to have fixed the white corners on iPad but they still there on the phone version. Any suggestions would be greatly appreciated.
tuanphan Posted June 30, 2021 Posted June 30, 2021 On 6/28/2021 at 7:57 PM, miss-b said: Thank you very much Tuanphan! That seems to have fixed the white corners on iPad but they still there on the phone version. Any suggestions would be greatly appreciated. Try changing 767px to 991px Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
miss-b Posted July 2, 2021 Author Posted July 2, 2021 Hello, the code above fixed the white corners but the image map no longer worked on mobile. I would like the embedded image map to fit the screen but maintain the links added to the image. Many thanks.
tuanphan Posted July 5, 2021 Posted July 5, 2021 On 7/2/2021 at 4:24 PM, miss-b said: Hello, the code above fixed the white corners but the image map no longer worked on mobile. I would like the embedded image map to fit the screen but maintain the links added to the image. Many thanks. Remove above & use this code body#collection-60a4bd4c24c06f7ab8d671ab { background-color: black !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
tuanphan Posted July 12, 2021 Posted July 12, 2021 Also, I see these problems, do you want to fix? Site URL – https://www.platformartprojects.com/?password=bs2021 1. (About) Reduce space between paragraph 2 and paragraph 3? And reduce space between paragraph 3 and social icons. https://www.platformartprojects.com/about/?password=bs2021 2. (Mobile – fari bradley) image covers text. https://www.platformartprojects.com/fari-bradley/?password=bs2021 3. (Mobile-Footer) Align center footer newsletter? https://www.platformartprojects.com/ Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.