• Con las ultimas actualizaciones colormag no se ajusta a toda la pantalla, veo mucho espacio en blanco a ambos lados de la pantalla, como podria hacer que se ajuste a toda la pantalla?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hola @isimylo,

    Gracias por contactarnos,

    Parece que se comunicó con nosotros a través del chat de soporte en vivo y ya hemos respondido a su consulta de soporte. Por favor revise la respuesta y contáctenos si tiene alguna confusión o problema.

    Saludos

    Hi,

    Add this to your custom CSS:

    .cm-primary-nav li {
     padding-right: 5px;
    }

    Replace 5px, with a smaller value that suits you.

    Thread Starter isimylo

    (@isimylo)

    i try but not work

    perhaps you have too many items in menu, and even a padding of 0px doesn’t help you.

    Hi @isimylo,

    Thanks for reaching back,

    In-order to remove the space between the menu items, please WordPress Dashboard > Appearances > Customize > Additional CSS:

    .cm-primary-nav li {
     padding-right: 0px;
    }

    Let me know if this helps you or not and I will get back to you.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Colormag no se ajusta a toda la pantalla’ is closed to new replies.