when looking at the following website on a mobile phone the menu icons are placed over the logo, how can I sort this out
iPhone-repair-sheffield.co.uk
also on the desktop version, is it possible to change the logo header section at the top so its static and when scrolling it doesn’t change from black background with white text colour to white background with black font colour and just make it permanently white background with black text
thanks
Tim
Hey mobitechgroup,
Please try this in Quick CSS
@media only screen and (max-width: 767px) {
span.logo img {
max-width: 66%;
}
}
You can change the header behaviour in the Layout menu while editing the page in question.
Best regards,
Rikard
hi, that’s made no difference, the icons are still overlapping on the logo
any other ideas?
Thanks
Tim