• Resolved laurahorta

    (@laurahorta)


    1. He configurado la página de mantenimiento pero el texto me queda muy limitado a los lados y en un navegador de pc obliga a trabajar con el scroll para leer el texto.
    2. Por otro lado, en un pc, para meter el email, se ve mal el botón suscribete aparece debajo
    ¿Como puedo corregirlo?

    Gracias por vuestra ayuda!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    1. We don’t offer support for customizations.
    2. To fix the subscribe button issue, you have to add the next snippet of code to the end of style.min.css from /wp-content/plugins/wp-maintenance-mode/assets/css/.

    
    .wrap form.subscribe_form input[type=submit] {
    	border-radius: 0 !important;
     	-webkit-appearance: none !important;
    }
    
    .wrap form.subscribe_form input[type=text] {
    	width: 240px;
    }
    
    @media only screen and (max-width: 550px) {
    	.wrap div.subscribe_border {
    		width: 95% !important;
    	}
    	
     	.wrap form.subscribe_form input[type="submit"]:hover {
    		border-left: none !important;
     	}
    }
    


    George

    • This reply was modified 3 years, 8 months ago by George J.
    Thread Starter laurahorta

    (@laurahorta)

    Hola!!

    Gracias por ayudarme, sobre el punto uno, no es un tema de personalización, el pluggin permite un campo de texto, si le meto el texto, no se amplia en la web, se queda siempre acotado a ambos lados.

    No sé si me estoy explicando bien.

    Muchas gracias por todo!

    Hello,

    The plugin was developed to display the content in that way (in a 600px container aligned to the center). If you want to display the content differently, you have to customize the code.


    George

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problemas con la extensión y el suscribirse’ is closed to new replies.