Home Forums WoodMart support forum Two columns size

Two columns size

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

    Tawhidul Shehzad
    Participant

    When the name of a product category is not in a word. When it takes a few words, the size of the column becomes larger vertically. That’s why it looks bad. How do I keep the size of all the columns seme even if I have a big name? How to give space between columns. The rest is given in the screenshot, please see.

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

    Hello,

    I saw the screenshot you attached.

    Sorry but there is no option in Theme Settings available for that.

    But if we try assigning the height to the category title then it will disturb the layout.

    You can try reducing the text to one line by using the following Custom CSS and see if this works for you otherwise it requires Customizations.

    .category-grid-item .wd-entities-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    Regards.
    Xtemos Studios.

    #322211

    Tawhidul Shehzad
    Participant

    Thanks, it works. Please take a look at the screenshot. And I basically want the style of the featured category section and the style of the featured product section to be the same? How can I make these two sections the same? Because in the featured product section, you can see. There is no hidden part of the name of the products. Note that price, not an issue.

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

    Hello,

    You are Most Welcome.

    Sorry but it is not possible to make the categories titles the same as you require.

    It requires customizations and this is beyond our limitations and support policy.

    Regards.
    Xtemos Studios.

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