if width && width > 0 && width <= 1 && value_type != 'absolute' && width.is_a?(Float)
        if right.nil?
          left ||= 0
          right = (max_width - max_width * width - left).round(2)
        else