Home Forums WoodMart support forum modify view part of some of woodmart widget

modify view part of some of woodmart widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #223565

    [email protected]
    Participant

    Dear sir

    I need to change the view of some of woodmart widget if possible

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

    Hello,

    Your question is not clear enough. You want to change the Product categories, don’t you? How do you want to change them? We can provide minor CSS change at the same time our theme does not have options to change the functionality.

    Best Regards

    #223635

    [email protected]
    Participant

    see private

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 320px){
    body .col-6.category-grid-item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    }

    You will get this result: https://prnt.sc/ubqfum

    Best Regards

Tagged: 

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