Support » Theme: YITH Proteo » Move label on top of dropdown choises

  • Resolved xrisxal2000

    (@xrisxal2000)


    Dear Support team,
    i was talking with alessandra
    pls i would really appreciate it if you could help me make a small change to product layout

    pls go here…https://our-creations.gr/product/red-hoodie/
    i want to move the “size” label in all products to be above dropdown options, and of course th dropdown field to move on the left in order to be below the “size” label

    You send me this code
    ——————–
    .single-product div.product .summary.entry-summary form.variations_form table.variations tr > td a.reset_variations {
    position: relative;
    margin: 15px;
    }

    but it doesnt work

    Many thanks for the effort
    Best,
    Xristos

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hi there,
    thanks for using Proteo, the part of code you still need is this one:

    .single-product div.product .summary.entry-summary form.variations_form table.variations tr > td {
        display: block;
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    Please use this code with the previous one too 🙂

    Thread Starter xrisxal2000

    (@xrisxal2000)

    I really really appreciate it my friend!!!!
    Works Great!

    Theme Author YITHEMES

    (@yithemes)

    Happy to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move label on top of dropdown choises’ is closed to new replies.