• Resolved christinerotic1980

    (@christinerotic1980)


    Hello,
    I would like to move the category description to the bottom of the page under the displayed products.

    Thank you

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @christinerotic1980,
    Can you please explain in detail which category description you’re referring to? You can send a screenshot marking it?

    Thread Starter christinerotic1980

    (@christinerotic1980)

    Hello,
    I am working on the SEO of the store categories and the description appears at the top. This means that it should not be very long because on the mobile it spoils the user experience.

    I would like the text to appear after the products so that it can be optimized for SEO and not disturb the user who accesses with his mobile.

    We already know that people do not usually read, but Google does, so it would like to optimize the description text for SEO as much as possible.
    And I don’t want a customer to leave because instead of seeing products they see a long text.

    https://erotismoysensualidad.com/tienda-erotica/noche-de-bodas

    @christinerotic1980
    Please add this custom CSS:

    .woocommerce .content-area {
        display: flex;
        flex-direction: column;
    }
    
    .woocommerce-products-header {
        order: 1;
        margin-top: 60px;
    }

    Cheers!

    Thread Starter christinerotic1980

    (@christinerotic1980)

    Great!

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Moving category description’ is closed to new replies.