jlama Posted August 3, 2020 Share Posted August 3, 2020 Site URL: http://www.pantryphilosophy.com I like how it looks on my desktop were the logo is above the background image. I tried using this code for mobile: //MENU HEADER TRANSPARENT ON MOBILE// @media only screen and (max-width: 640px) { .Mobile-bar--top { background: transparent !important; position: relative; z-index: 1 !important; } } ---It worked at first but now I see no changes. Top header is fixed as the title font gets messed up. Password: Pantry Link to comment
tuanphan Posted August 3, 2020 Share Posted August 3, 2020 Add to Home > Design > Custom CSS .Mobile-bar.Mobile-bar--top { position: absolute; background: transparent !important; z-index: 999 !important; top: 0; left: 0; width: 100%; } 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
jlama Posted August 3, 2020 Author Share Posted August 3, 2020 For some reason it only affects the bottom of the image block not the top Link to comment
jlama Posted August 4, 2020 Author Share Posted August 4, 2020 **EDIT: I can see the original dark color grey as a header but the header image is not showing as background behind the navigation like desktop view. Help! Link to comment
MMEbyKiandraTrickett Posted December 8, 2020 Share Posted December 8, 2020 I've tried the above code and a couple others - whilst I get the transparent header for mobile, the padding for the content goes RIDICULOUS ahha. Any fixes? Tried a couple things and it's not changing. kiandratrickett.squarespace.com PW Enter Link to comment
tuanphan Posted December 15, 2020 Share Posted December 15, 2020 On 12/9/2020 at 6:24 AM, MMEbyKiandraTrickett said: I've tried the above code and a couple others - whilst I get the transparent header for mobile, the padding for the content goes RIDICULOUS ahha. Any fixes? Tried a couple things and it's not changing. kiandratrickett.squarespace.com PW Enter 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
MMEbyKiandraTrickett Posted December 23, 2020 Share Posted December 23, 2020 All good - I can't remember what I did but I did something to fix it! Link to comment
tuanphan Posted December 24, 2020 Share Posted December 24, 2020 On 12/23/2020 at 4:04 PM, MMEbyKiandraTrickett said: All good - I can't remember what I did but I did something to fix it! I see some pages have very long content on mobile. You can consider adding a back to top button. 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
MMEbyKiandraTrickett Posted December 27, 2020 Share Posted December 27, 2020 Legend - thank you!! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.