Como crear secciones en la home en horizontal

Home Forums Support Como crear secciones en la home en horizontal

Home Forums Support Como crear secciones en la home en horizontal

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #201631
    Juanjo

    Necesito que las secciones de las paginas se creen en vertical. Como puedo hacer esto?
    Gracias

    #201677
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any examples of other sites doing what you’re looking for?

    Let me know 🙂

    #201923
    Juanjo

    Hola, adjunto link de una web de ejemplo. Necesito incluir 6 departamentos como los de la web de ejemplo.
    Gracias
    http://www.ciudadano2cero.com/

    #201975
    Tom
    Lead Developer
    Lead Developer

    Ah, maybe you’re looking for columns?

    Give our columns plugin a try: https://wordpress.org/plugins/lightweight-grid-columns/

    #202260
    Juanjo

    Sí, es lo que necesitaba. Como puedo aumentar la distancia entre columnas?
    Gracias Tom

    #202291
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    .inside-grid-column {
        padding-left: 10px;
        padding-right: 10px;
    }

    Adjust the px as needed 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.