My website background is crashing into two shopping cart icons at top right on iphone. What can I do about this? Anything? Also, can I supply a different header for mobile than for the regular site?
Hey gharding!
use this code to hide the second one:
.cart_dropdown.visible_cart {
display: none;
}
Header: It’s not a theme function, so you would need to try a plugin like these maybe:
https://wordpress.org/plugins/custom-header-images/
https://wordpress.org/plugins/custom-header-extended/
Hope this helps.
Cheers!
Andy