Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #519727

    1) How can I move the ‘In Stock’ message so it is moved to the right (closer to the add to cart / qty buttons)?

    http://screencast.com/t/6ldkj2ZyTG

    2) How can I enable the Instock message on a mobile and control the position?

    #519898

    Hey richardelectrix!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 990px) {
    p.stock.in-stock {
        position: relative;
        left: 35%;
    }}

    Regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.