benja Posted April 27, 2021 Posted April 27, 2021 Site URL: https://tuba-octopus-s32b.squarespace.com/ Hello friendly helpers! I'm working on this website and managed to add a background image to the navigation. Is it possible to add this on the mobile version behind the logo, like a header? I already have a plan B, the image is now in the navigation, but I would love to add it as a header. It should look like the attached example. I'm using a brine template: https://tuba-octopus-s32b.squarespace.com/ The password is: umoweb It would be nice, if anyone could help me.
tuanphan Posted April 28, 2021 Posted April 28, 2021 Use this code header.Header, .Mobile-bar.Mobile-bar--top { background-image: url('https://static1.squarespace.com/static/60618935c17ee2510420a2b2/t/6065add59bd4fa05043b458e/1617276373903/Gluecklicht_Navigation.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center } 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!)
benja Posted April 28, 2021 Author Posted April 28, 2021 Thank you so much @tuanphan, that's perfect!
tuanphan Posted April 28, 2021 Posted April 28, 2021 4 hours ago, benja said: Thank you so much @tuanphan, that's perfect! Do you want to fix these? 1. (Tablet-Homepage) Blue bar on right of screen 2. (Mobile-Homepage) White bar at bottom of homepage 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!)
benja Posted May 4, 2021 Author Posted May 4, 2021 @tuanphan yes that would be great, do you have a solution
tuanphan Posted May 6, 2021 Posted May 6, 2021 On 5/4/2021 at 8:23 PM, benja said: @tuanphan yes that would be great, do you have a solution Add to Design > Custom CSS html, body { overflow-x: hidden; } @media screen and (max-width:991px) { .Mobile-bar.Mobile-bar--bottom { 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!)
tuanphan Posted May 14, 2021 Posted May 14, 2021 On 5/12/2021 at 4:04 PM, benja said: @tuanphan thank you so much for your help! You're welcome. If you have any other problems, just reply here or ask new question. 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.