Home Forums WoodMart support forum AJAX Products Tabs Title

AJAX Products Tabs Title

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

    pullman
    Participant

    Hello,

    Currently, my product grid “AJAX Product Tabs” Title is displayed 2 or 3 lines(rows) on Mobile like this.

    I need these title in 1 line. It’s okay to not displayed whole title .
    It’s okay that it ‘s displayed first some words of title.

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

    Luke Nielsen
    Keymaster

    Hello,

    There is a code for changing the product title into 1 line for the “Ajax Product Tabs” element. Paste this code to the “Custom CSS for mobile” area.

    .wd-products-tabs .product-grid-item .wd-entities-title {
        width:96px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    If you ever need to reach out to me, please do not hesitate to do so.

    Kind Regards

    #377272

    pullman
    Participant

    Hello,

    That code works well 🙂
    Thank you for your support!

    #377283

    Luke Nielsen
    Keymaster

    Hello,

    We will appreciate it if you can refer your friends or family members to become a part of our Xtemos family.

    Don’t hesitate to let me know if you need any further help or any other info.

    We wish you all the best.

    Kind Regards

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

The topic ‘AJAX Products Tabs Title’ is closed to new replies.