• Closed
  • Chris Dailey
    Spectator
    January 14, 2015 at 9:23 pm #14336

    I am trying to remove the cast button off the mobile devices. I have attached an image of the problem. I hope you can proved some assistance in on this. The website is floorseasons.com

    Thank You

    Mobile cart button

    Alok Maheshwari
    Spectator
    Posts: 303
    January 15, 2015 at 12:43 am #14339

    Try the following css. Adjust the max-width as required.

    @media only screen and (max-width:480px)
    {
    .header .dd-selected-text
    {
    display:none;
    }
    }