Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • I forgot to give the link to tha page where I’m workking on.

    https://www.sebastianvinet.dance/prueba1/

    Hi, I’m using neve template, and add differents background images in differents pages, anf@media to change the image to show in movil version, it works great, but can not make them scroll in the page. so in the pages taht have more text the image is resize to the height and only see the center. Can I make fixed (or that the page scrools over the background image?) Excuse if I can not say clear enough.

    In this in the PC version works fine, but in movil doesn,t work. There′s something that I’m missing but I can’t find what is.

    I appreciate your help

    /* PRUEBA1 */
    
    body.page-id-2905 {
    
    background-image:url("https://www.sebastianvinet.dance/wp-content/uploads/2023/11/inicio-1920.jpg");
    background-position: center center; 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-attachment: fixed, scroll;
    }
    	
    @media (min-width: 700px) {
      .container {
        width: auto !important;
      }
    }
    /* imagen a mostrar más peque?a */
    @media screen and (max-width: 400px) {
    body.page-id-2905
     {	   
    background-image: url("https://www.sebastianvinet.dance/wp-content/uploads/2023/11/inicio-1920.jpg"); 
    	display:none;
    background-image: url("https://www.sebastianvinet.dance/wp-content/uploads/2023/11/inicio-720.jpg"); 
    background-attachment: fixed, scroll;
    	display: absolute;	
    	 background-position: center center; 
    background-size: cover; 
    background-repeat: no-repeat; 
    
        }
    }

    Hi, I got this error, but I don′t now how to upgrade to 6.0.0, if you can please tell me how to do it i will aprecciate it.
    I also desactivated all the plug ins but nothings change.

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