• Hola! Estoy teniendo problemas con customizr en la pagina principal, con los circulos de «paginas destacadas», ya he probado ha desactivarlas y activarlas pero me siguen apareciendo mal colocadas en la pagina de Inicio.

    Gracias

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)
  • ramsal

    (@ramonsalado)

    Puedes poner el enlace de tu web para verlo?

    Iniciador del debate asociacionbienestar

    (@asociacionbienestar)

    http://www.asociacionbienestar.info
    Gracias

    Adjunto te envio los resultados de mis dudas en el chat en ingles, decidí escribir en este porque NO SE ingles y me cuesta mucho entender lo que dicen.

    okay, here is your fix, just add this to your custom css, cheers 🙂
    media=»all»
    @media (min-width: 550px)
    .container {
    width: 95%;
    }

    I introduced Appearance> Customize> Advanced> CSS
    but it does not alter the appearance of the page ….
    Should I enter the code anywhere else?

    Syntax is a bit awry. Should be:

    @media all and (min-width: 550px) {
    .container {
    width: 95%;
    }
    }
    Final } is important to close the @media
    —-
    I’ve already done, but not working.
    —-
    Sorry, corrected code without looking at your site.

    There is a widgets.css file which is modifying .container {width: 80%} at min-width: 550px. Line #55

    You need to fix that.

    Please can you tell me how to fix it?

    This one keeps appearing here and here. Will need to do a bit more investigation.
    Ultimate Addons for SiteOrigin is the root cause. Will escalate to see if a fix can be made.

Viendo 2 respuestas - de la 1 a la 2 (de un total de 2)
  • El debate ‘Problema con Customizr’ está cerrado a nuevas respuestas.