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

  • Author
  • #142960
     Roader
    Participant

    How I can add inside style.css or whatever (ChildTheme) specifics Css codes for Tablet and Mobile Screens?

    That is, how to start this ccs codes for these devices?

    Attachments:
    You must be logged in to view attached files.
    #143195
     Laura
    Moderator

    Hello, what do you want to change exactly?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #143198
     Roader
    Participant

    Hi Laura!

    Many objets, etc.

    Now, Im adding css code into style.css (childtheme) but this is only for PC Screen.
    So, I need add css code for iPad, Mobile, etc. I know that you know 😀

    #143200
     Roader
    Participant
    #143210
     Roader
    Participant

    Por aquí de nuevo Laura.
    El css para modificar las pantallas mobiles es por ejemplo:

    @media screen and (max-width: 800px) {
    table#message-threads td.thread-avatar {
    display: none;
    }
    }

    No doy este tópico por resuelto aún, pero más o menos ya está.
    Sigo esperando que me ayuden con el Cancel Button

    #143225
     Roader
    Participant

    For others users:

    If you want to add specific Css code for Media Screen, for example: 480px, use this into your style.css (ChildTheme):

    @media screen and (max-width: 800px) {
    table#message-threads td.thread-avatar {
    display: none;
    }
    }

    @media screen and (max-width: 760px) {
    input#messages_search {
    display: inline-block;
    right: 150px;
    top:44px;
    position: relative;
    margin-right: -10px;
    }
    }

    @media screen and (max-width: 700px) {
    form#search-message-form {
    margin-bottom: 20px;
    }
    }

    Try changing the max-width for customizer your Theme.

    This code solve a problem with Message Screen.

    #143511
     Laura
    Moderator

    Hola, si, puedes usar cualquier codigo media ya que el css es global.
    Respecto al cancel asigne tu otro ticket a radu

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #143659
     Roader
    Participant

    Laura, todavía Radu no me ha ayudado con eso del Cancel button.
    Mi otra consulta es sobre cómo añadir el Search bar nativo de BP a: Members directory, Profile – Friends, Groups. Veo que esa barra está en Messages.

    Tampoco me han dicho cómo mostrar el texto en esa area (ver foto). Al menos conseguí poner Edad, Ciudad, etc. Pero el otro texto no me aparece.

    Escribí una entrada titulada: Features for the next update.

    Yo espero que no hagan caso omiso a esta y que añadas esas características.

    Con respecto a la versión Mobile de SweetDate, veo que le falta más organización. Hay demasiados botones y cosas desalineadas. Yo usando css he ido modificando algunas cosas.

    Laura, se me está terminando el soporte técnico, Por Favor, gestióname la Solución a las pequeñas cositas que aun me falta. Sobre todo ese botón Cancel

    Attachments:
    You must be logged in to view attached files.
    #143835
     Laura
    Moderator

    Hola, Radu se encargara de lo del cancel button.
    Para añadir características nos guiamos por las peticiones con mas votos de la comunidad, si llega a ser votada muchas veces, lo revisaremos y probablemente lo pongamos en el tema.
    Para añadir características que quieres en tu web sugerimos contratar a un profesional ya que estamos aqui para ayudarte con problemas del tema y pequeños cambios visuales.

    Puedo ayudarte con css, estilos, dudas y cualquier problema con el tema. Pero la mayoría de problemas nativos de otros plugins deberían ser consultado al creador de estos ya que normalmente tienen una solución.

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?