Track your "real" value independently, then re-base it to scale appropriately.
Deriving the value of the slider that has a range from 0f to 1f is: 0.3f + (slider_value * 0.4f)
Invert/complement if you want to set the value of the slider from an internal value in the range of 0.3f to 0.7f.