Home Forums WoodMart support forum product variation layout

product variation layout

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

    Pixolab
    Participant

    Hi is it possible to make product variations text inline with their label in the customer order view page?

    Thank you!

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

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us your account access so we can see these orders and try to prepare a CSS fix for you?

    Thank you

    #24564

    Pixolab
    Participant

    Here the info:

    #24565

    Pixolab
    Participant

    Last password character is less symbol but text editor converted it in &lt ;

    #24579

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .wc-item-meta li strong,
    .wc-item-meta li p {
        display:inline-block;
        margin-bottom:5px;
    }
    
    .wc-item-meta li strong {
        color:#333;
    }
    #24603

    Pixolab
    Participant

    Thank you very much, works perfect.

    #24607

    Artem Temos
    Keymaster

    Great, you are welcome!

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