• Resolved labotigadelaloe

    (@labotigadelaloe)


    on this page i have sorted the store by categories, but the category titles are displayed above the thumbnails, i would like the category titles to be displayed below the thumbnails, the template is astra, i don’t know how i can fix it, i have been searching for hours information, if someone can help me please

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @labotigadelaloe,

    There’s nothing that needs to be fixed as it is the default behavior. If you would like to move it down underneath the thumbnails, you will need custom CSS. Something like below might work

    .woocommerce-page ul.products li.product .woocommerce-loop-category__title {
        bottom: unset;
    }

    I hope that clarifies and clears any confusion you may have.

    Kind regards,
    Herman ??

    Thread Starter labotigadelaloe

    (@labotigadelaloe)

    Hola, he probado esto pero no funciona, no sé si hay algo mejor. Gracias

    Thread Starter labotigadelaloe

    (@labotigadelaloe)

    Hello again. It is something strange I think there is something in the Astra theme that blocks the Css code. When I use it in the backend it works. However, it is not published on the website.
    I must say that we have the astra pro version and I put the code in the customizer.
    What element could block it?
    Here I leave the URL
    https://robertojimeneznavas.com/tienda/
    , Thank you very much.

    Thread Starter labotigadelaloe

    (@labotigadelaloe)

    Holaaaaa, alegría lo resolví colocando el código y cambiando la configuración de la página tienda. Graciasssssss y saludos

    Very pleased to know that you have figured it out, @labotigadelaloe.

    Please mark this thread as Resolved and feel free to start a new thread if there is anything else related to Astra we can help you with.

    Kind regards,
    Herman ??

    Thread Starter labotigadelaloe

    (@labotigadelaloe)

    Hola quisiera crear más espacio entre las miniaturas de las categorías ya que han quedado muy ajustadas. , qué css podría usar? Gracias

    Please try the following @labotigadelaloe

    .woocommerce-page ul.products li.product {
        margin-bottom: 4em;
    }

    I hope it will help.

    Kind regards,
    Herman ??

    Thread Starter labotigadelaloe

    (@labotigadelaloe)

    Hola, gracias por todo ha funcionado correctamente. Cierro el tema muy feliz.

    Happy can be a help ??

    Feel free to start a new thread if there is anything else related to Astra we can help you with.

    Saludos,
    Herman ??

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘the category titles are displayed above the thumbnails’ is closed to new replies.