Home Forums WoodMart support forum CHANGE DISPLAY OF ROWS when too many values

CHANGE DISPLAY OF ROWS when too many values

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #97483

    Jeriss Cloud Center
    Participant

    Dear,

    As you can see on the screenshot, certain of my attributes have too many values, which makes it not very userfriendly to read.

    To fix this, I try to readjust by moving the column separator more to the right. Currently, I’ve added a “padding-left” on the right column but I’m not sure if it’s the best to do.

    How can I move the column separator more to the right, only for desktop ?

    #97513

    Hello,

    Please provide the page URL with the problem and screen.

    Best Regards

    #97528

    Jeriss Cloud Center
    Participant

    URL

    #97558

    Hello,

    1. Remove the padding and add this code to the Theme Settings > Custom CSS > Desktop:

    .product-image-summary .shop_attributes th{
    width:50%;
    }

    Set the width as per your needs. And you will get the result like this: http://prntscr.com/lxwgkg

    Best Regards

    #97571

    Jeriss Cloud Center
    Participant

    it’s working great.
    thanks

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

The topic ‘CHANGE DISPLAY OF ROWS when too many values’ is closed to new replies.