Home Forums WoodMart support forum Layout question

Layout question

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #677147

    gnl-commerce.nl
    Participant

    Hi there, would it be possible to make the product archive like this?

    See screenshot, product image left, title etc on the right

    Attachments:
    You must be logged in to view attached files.
    #677149

    gnl-commerce.nl
    Participant

    Mobile version by the way

    #677203

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Sorry to say, it is not possible to make it like this, taking into consideration that mobile screens are limited in size, all the content is placed in a block under the block.

    Best Regards,

    #677215

    gnl-commerce.nl
    Participant

    Ok thanks, i did achieve this currently via css. for anyone wondering how its possible to do it via css

    #677246

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Can you please share the page URL so I can check and give you a possible CSS code?

    Best Regards,

    #677282

    gnl-commerce.nl
    Participant

    You can check this page: https://boenderoutdoor.nl/

    I managed to do it via this css:


    @media
    (max-width: 768px) {
    #term-list .wd-product .product-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: flex-start;
    }

    #term-list .wd-product .product-element-top {
    width: 40% !important;
    margin-bottom: 0 !important;
    }

    #term-list .wd-product .product-element-bottom {
    width: 60% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    text-align: left;
    }

    #term-list .wd-product .wd-product-brands-links,
    #term-list .wd-product .price,
    #term-list .wd-product .wd-star-rating,
    #term-list .wd-product .woocommerce-loop-product__title {
    text-align: left !important;
    }
    }

    #677356

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    We are glad that you managed to solve the problem yourself. You are Great!!!

    If you have a moment, we’d really appreciate your feedback — it helps us improve the theme and shape future updates: https://tally.so/r/w4l54k

    Thanks again for contacting us.

    Topic closed.
    Best Regards,

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Layout question’ is closed to new replies.