• Resolved Shizart

    (@shizart)


    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..

    • This topic was modified 2 years, 10 months ago by Shizart.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘pls update css’ is closed to new replies.