I want to use different images in the banner for mobile and pc.

But how to name target in css. Like “.container{width:100%}”. like a max width(750px){a.png → display none}

@ineffabl3 - please create completely 2 different sections, one for desk and one for mobile

add desk and mobile images in them.. so now you have 2 sections on the page and then using section id we can set css to hide/show them as per the screen

1 Like