anaelmasri Posted October 7, 2020 Share Posted October 7, 2020 Site URL: https://hassansaid.com/films Hello there so I use FLATIRON for my template. on my mobile I face a couple of issues 1- RED: the menu in itself gets cropped once I try to open it, but when I scroll its fine. its like blocked by the content . 2- YELLOW: how do I change the project title and the black/grey outline around it to a different style? like no background behind text or text hover. right now as is looks awful I feel. looking forward to your responses. thank you Link to comment
tuanphan Posted October 8, 2020 Share Posted October 8, 2020 I see fine here. Do you still need help on this? 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!) Link to comment
anaelmasri Posted October 16, 2020 Author Share Posted October 16, 2020 On 10/8/2020 at 1:11 AM, tuanphan said: I see fine here. Do you still need help on this? actually no. I still have the problem with the project titles labeled and layed out like that. , and the menu still crops in some pages Link to comment
anaelmasri Posted November 21, 2020 Author Share Posted November 21, 2020 bump please help remove TEXT from gallery titles on mobile view Link to comment
tuanphan Posted November 21, 2020 Share Posted November 21, 2020 6 hours ago, anaelmasri said: bump please help remove TEXT from gallery titles on mobile view Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .item .project-title { visibility: 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!) Link to comment
anaelmasri Posted November 21, 2020 Author Share Posted November 21, 2020 10 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .item .project-title { visibility: hidden; } } Thank you but this presents a new problem of just the black bar that was underneath the text as visible. id like for when people are on mobile, just like the desktop version the text to be displayed as people touch the project image - I have seen it on other website Link to comment
tuanphan Posted December 2, 2020 Share Posted December 2, 2020 try replace visibility: hidden; with display: none; 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!) Link to comment
anaelmasri Posted December 12, 2020 Author Share Posted December 12, 2020 On 12/2/2020 at 12:18 AM, tuanphan said: try replace visibility: hidden; with display: none; thank you, but isnt there a way to have the title display like the desktop version? and also for the menu to not look cut out when expanding the burger menu on mobile? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.