• Resolved morganelite

    (@morganelite)


    Hello All – I’m trying to move the variation dropdown box over to the left. However, whenever I change the width in the inspect element tool part of the dropdown box gets cut off. Does anyone have any recommendation on how I can change this in CSS?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support EastOfWest a11n

    (@eastofwest)

    Hi there,

    It’s difficult to determine the best CSS to achieve this by only looking at an image. What have you tried so far?

    If you link to the actual product page instead, then the code and structure can be inspected, making a suggestion for a fix easier.

    Thread Starter morganelite

    (@morganelite)

    Good Morning @eastofwest – Thank you for replying! The following is the url to the page in question: https://dev.morganeliteenterprises.com/product/product-1/

    Plugin Support EastOfWest a11n

    (@eastofwest)

    The HTML structure of your variation dropdown box, and the label to the left of it, looks very similar to how it does in Storefront, the only difference being the CSS.

    I just copied the CSS rules applied to it in the Storefront theme, and it seems to work on your theme too:

    Image of the variation dropdown after applying CSS found in the Storefront theme to it

    Here’s the CSS:

    
    .single-product div.product table.variations td {
        display: list-item;
        padding: 0;
        list-style: none;
        background-color: transparent;
    }
    
    Plugin Support EastOfWest a11n

    (@eastofwest)

    It’s been a while with no reply to this thread, so I’ll go ahead and it as solved. If you require any more help though, do reach out to us again; we’re happy to help.

    Thread Starter morganelite

    (@morganelite)

    I apologize for the delay. I was unable to get the variation box to move to the left using the following css code on he single product page.

    .single-product div.product table.variations td {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
    }

    Thread Starter morganelite

    (@morganelite)

    Although I was able to move the variation selector over it was moved over to the left and placed under above the add to cart buttoom. Is there any way to move it over on the current line?

    Thread Starter morganelite

    (@morganelite)

    Removing myself from replies

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Change variation drop-down box over to the left’ is closed to new replies.