[Resolved] In product categories, change the position of the letters

Home Forums Support [Resolved] In product categories, change the position of the letters

Home Forums Support In product categories, change the position of the letters

  • This topic has 5 replies, 2 voices, and was last updated 4 years ago by Leo.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1251840
    Pablo

    Hello. How are you?

    I need to change the position of the letters.

    first the products appear and then the letters.

    thanks

    #1251950
    Leo
    Staff
    Customer Support

    Hi there,

    Which element should I be looking at in the linked page?

    Can you turn off WP Rocket for now?

    #1252166
    Pablo

    Hello. in this url https://www.opticaalcudia.com/categoria-producto/lentillas-online/

    You see the letters first and the product is displayed underneath.

    I want to see the product first.

    Thank you

    #1252171
    Leo
    Staff
    Customer Support

    Try this CSS:

    .archive.tax-product_cat .entry-content {
        display: flex;
        flex-direction: column;
    }
    .archive.tax-product_cat .entry-content .wc-columns-container {
        order: -1;
    }
    #1252187
    Pablo

    It’s a fatal mistake.

    #1252270
    Leo
    Staff
    Customer Support

    Not sure if I understand?

    CSS cannot cause a fatal mistake.

    Can you make sure to add the code using one of these methods?
    https://docs.generatepress.com/article/adding-css/

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