pls update css
-
The css on your menu makes the background look bad on iphone/chrome. The image is not set as cover unless you do this. Your settings make the image like actual size.
.mob-menu-right-bg-holder {
background: url(http://jenniferr59.sg-host.com/wp-content/uploads/menu-bg-2.webp);
opacity: 1;
background-attachment: unset !important;
background-position: left top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
}Changing the bg to fixed makes it look terrible. Check your product on an iphone.
I would post some screenshots but it’s too much work. I can send them. WP blocks are stupid and worthless. This site wants me to build a website to talk to you. Guttenscourge..
The page I need help with: [log in to see the link]
The topic ‘pls update css’ is closed to new replies.