This topic has 17 replies, 2 voices, and was last updated 11 years by Laura.

  • Author
  • #41884
     alberhd
    Participant

    Hi, thats a question for @Laura, recuerdas que me ayudaste para poner el texto sobre la aplicacion en la pantalla principal de la web? Queria saber como es posible ocultar ese texto cuando el usuario acceda desde un movil,porque en una tablet de 8.4 se ve bien,pero cuando entras desde un iphone 5 o de ese tamaño,el diseño responsive no se ve bien y queria saber si hay manera de ocultar ese texto cuando el usuario acceda desde un dispositivo de este tamaño.

    Gracias!

    #41889
     Laura
    Moderator

    Hola, fue un error mio al no hacerte un css responsive, puedes pasarme tu web y el codigo que te pasé? Te haré una versión responsive correspondiente 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #41951
     alberhd
    Participant

    Gracias,te voy a adjuntar el archivo,muchas gracias una vez mas por tu ayuda!

    #41952
     alberhd
    Participant

    El archivo,el otro no se subio

    #41955
     Laura
    Moderator

    Hola, me pasas tu web? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #41963
     alberhd
    Participant

    wanandoa.com

    #42076
     Laura
    Moderator

    Hola, prueba este código 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #42085
     alberhd
    Participant

    gracias,lo probe,algo esta mal,te adjunto una captura:

    #42144
     Laura
    Moderator

    Hola, creo que es mejor que lo integre yo así puedo probar los cambios directamente, podrías darme tus datos de ftp? Gracias! 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #42148
     alberhd
    Participant

    Perfecto,muchas gracias,aqui te dejo el acceso:

    Server: connectionspain.es
    User: u76996721-wanandoa
    Pass: wanandoa

    #42237
     Laura
    Moderator

    Hola, añade esto a tu style.css en el child theme:

    COPY CODE
    
    @media (min-width: 1120px) and (max-width: 860px) {
    .Aplicaciones {
    float: right;
    margin-top: 10px;
    width: 500px;
    }
    }
    @media (min-width: 850px) and (max-width: 770px) {
    .Aplicaciones {
    float: right;
    margin-top: 10px;
    width: 400px;
    }
    }
    @media (min-width: 770px) and (max-width: 624px) {
    .Aplicaciones {
    margin-top: 10px;
    width: 700px;
    padding-left: 50px;
    }
    }
    @media (min-width: 624px) and (max-width: 557px) {
    .Aplicaciones {
    margin-top: 10px;
    width: 600px;
    padding-left: 50px;
    }
    }
    @media (min-width: 543px) and (max-width: 557px) {
    .Aplicaciones {
    margin-top: 10px;
    width: 500px;
    padding-left: 50px;
    }
    }
    @media (min-width: 496px) and (max-width: 402px) {
    .Aplicaciones {
    margin-top: 10px;
    width: 400px;
    padding-left: 50px;
    }
    }
    @media (min-width: 402px) and (max-width: 290px) {
    .Aplicaciones {
    margin-top: 10px;
    width: 300px;
    padding-left: 50px;
    }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #42242
     alberhd
    Participant

    Ya,me salio el mismo problema de la captura del fallo anterior,te funciono el acceso al ftp?

    #42247
     Laura
    Moderator

    Hola, el acceso funciona pero solo para un archivo, me das acceso a style.css de child theme por favor? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #42248
     alberhd
    Participant

    ok,ya voy

    #42249
     alberhd
    Participant

    ya di acceso,lo cambios estan en menos de 5 min,gracias por tu tiempo

    #42466
     Laura
    Moderator

    Hola, esta listo, siento la espera.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #42610
     alberhd
    Participant

    Quedo perfecto,muchas gracias!

    #42725
     Laura
    Moderator

    Un Placer 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 18 posts - 1 through 18 (of 18 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?