Having Trouble Finding Css

Hey guys and girls!

I'm having some problems with people on tablets and mobiles seeing the dropdown menu on our main page!
Its the one that Shows "1 Item(s) for $0.00" on the main page (https://motiondynamics.com.au)

The problem is that the dropdown drops down to the left and so the view cart is off screen for the user!

How can I get it inline with the button above it? I can do it in the css editor in chrome, but i cant find it in the cs-cart css editor !

Thanks!
James

Hey guys and girls!

I'm having some problems with people on tablets and mobiles seeing the dropdown menu on our main page!
Its the one that Shows "1 Item(s) for $0.00" on the main page (https://motiondynamics.com.au)

The problem is that the dropdown drops down to the left and so the view cart is off screen for the user!

How can I get it inline with the button above it? I can do it in the css editor in chrome, but i cant find it in the cs-cart css editor !

Thanks!
James

Hello James,

What class are you looking for? Did you try just to add your own new styles in theme editor?

Try to add the following code to the css section of the theme editor

.ty-dropdown-box__content {
    right: auto;
    left: 0;
}

Hi Ecom Labs,

Thank you for your help!

I've added it... you can load the page to see the issue (add something to the cart and then look at it!)

Its a little buggy!

I got that code working, but it didn't quite work... it did get it inline, but it only showed the first part of the description...the rest was hidden to the right..

I'll leave it in there so you can see what its done

Please also add

.ty-dropdown-box__content {
    right: auto;
}

http://prntscr.com/krpjgk

Hi Ecom Labs,

Thank you I truly appreciate he free help, but Its still not working and is doing the same thing as it was before?

I've made the changes so you can see what I mean

Thanks

Thanks Ecomm labs, I've solved the issue, it wasn't your issue, it was a bug with us saving the css, we would get an error every time and thanks to you I was able to fix it!

Cheers dude and thank you for your brilliant help!

I am glad to hear that you saved the issue!